svn commit: r368544 - head/japanese/jd

Tijl Coosemans tijl at FreeBSD.org
Fri Sep 19 08:07:12 UTC 2014


Author: tijl
Date: Fri Sep 19 08:07:11 2014
New Revision: 368544
URL: http://svnweb.freebsd.org/changeset/ports/368544
QAT: https://qat.redports.org/buildarchive/r368544/

Log:
  Convert to USES=autoreconf

Modified:
  head/japanese/jd/Makefile

Modified: head/japanese/jd/Makefile
==============================================================================
--- head/japanese/jd/Makefile	Fri Sep 19 08:01:42 2014	(r368543)
+++ head/japanese/jd/Makefile	Fri Sep 19 08:07:11 2014	(r368544)
@@ -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>


More information about the svn-ports-head mailing list