diff options
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index cdf1ce00bfa..dec354cbd04 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -13,14 +13,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} 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 |