diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 08:07:11 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 08:07:11 +0000 |
commit | b3e896badfe999130619a845f2b84ed46fb8be08 (patch) | |
tree | 933193a3fb0ba77ba558ade296a1cde75b9950e8 /japanese/jd | |
parent | 228754f671ffd3b7d275225c509efcbf2b5108e3 (diff) | |
download | ports-b3e896badfe999130619a845f2b84ed46fb8be08.tar.gz ports-b3e896badfe999130619a845f2b84ed46fb8be08.zip |
Notes
Diffstat (limited to 'japanese/jd')
-rw-r--r-- | japanese/jd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile index 2011d7f799b6..f95bd8443e0d 100644 --- a/japanese/jd/Makefile +++ b/japanese/jd/Makefile @@ -18,12 +18,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= iconv libtool tar:tgz -USE_AUTOTOOLS= autoconf automake libtoolize +USES= autoreconf iconv libtool tar:tgz USE_GNOME= gtk20 gtkmm24 libgnomeui +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sessionlib=gnomeui -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= ONIGURUMA PANGOLAYOUT ONIGURUMA_DESC= Use oniguruma regular expressions library @@ -38,7 +38,4 @@ PLIST_FILES= bin/jd \ share/applications/jd.desktop \ share/pixmaps/jd.png -pre-configure: - @cd ${WRKSRC} && ${AUTORECONF} -i - .include <bsd.port.mk> |