diff -urN /usr/ports/misc/kcd/Makefile misc/kcd/Makefile --- /usr/ports/misc/kcd/Makefile Mon Oct 7 20:20:49 2002 +++ misc/kcd/Makefile Sat Oct 19 07:50:59 2002 @@ -13,14 +13,14 @@ MAINTAINER= ports@FreeBSD.org -BROKEN= "Does not compile" - LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LDFLAGS="-L${LOCALBASE}/lib -lintl" + +CFLAGS+= -fpermissive MAN1= kcd.1