Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 08:07:11 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368544 - head/japanese/jd
Message-ID:  <201409190807.s8J87Bns072232@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409190807.s8J87Bns072232>