1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Convert to USES=autoreconf

This commit is contained in:
Tijl Coosemans 2014-09-19 08:07:11 +00:00
parent 228754f671
commit b3e896badf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368544

View File

@ -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>