aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-19 08:07:11 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-19 08:07:11 +0000
commitb3e896badfe999130619a845f2b84ed46fb8be08 (patch)
tree933193a3fb0ba77ba558ade296a1cde75b9950e8 /japanese
parent228754f671ffd3b7d275225c509efcbf2b5108e3 (diff)
downloadports-b3e896badfe999130619a845f2b84ed46fb8be08.tar.gz
ports-b3e896badfe999130619a845f2b84ed46fb8be08.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jd/Makefile9
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>