mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Convert to USES=autoreconf
This commit is contained in:
parent
228754f671
commit
b3e896badf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368544
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user