From 42cea4feca97175ce7fe8e01cef19ba73b69c476 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 13 Sep 2013 17:14:53 +0000 Subject: - Fix build after iconv change [1] - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) --- japanese/jd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'japanese') diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile index 2900de709462..165a6b737f47 100644 --- a/japanese/jd/Makefile +++ b/japanese/jd/Makefile @@ -20,12 +20,13 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ gcrypt:${PORTSDIR}/security/libgcrypt \ gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24 -USE_GMAKE= yes +USES= gmake iconv USE_AUTOTOOLS= autoconf automake libtool USE_GNOME= gtk20 libgnomeui GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-sessionlib=gnomeui +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= ONIGURUMA PANGOLAYOUT ONIGURUMA_DESC= Use oniguruma regular expressions library -- cgit v1.2.3