summaryrefslogtreecommitdiffstats
path: root/misc/kcd-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kcd-devel/Makefile')
-rw-r--r--misc/kcd-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
index cdf1ce0..dec354c 100644
--- a/misc/kcd-devel/Makefile
+++ b/misc/kcd-devel/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
OpenPOWER on IntegriCloud