diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 20:58:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 20:58:34 +0800 |
commit | d40453cba9bc86d2a6367cebe6d1f030b4b29537 (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /textproc/liblrdf | |
parent | d59db5f0fd2d82d0819dffb4761dd8252c9fed64 (diff) | |
download | freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.tar.gz freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.tar.zst freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.zip |
Convert to USES=autoreconf
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r-- | textproc/liblrdf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 7b89f1ae87fa..2c5d154875eb 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -16,10 +16,8 @@ LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \ libcurl.so:${PORTSDIR}/ftp/curl \ libraptor2.so:${PORTSDIR}/textproc/raptor2 -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= --add-missing --copy --force GNU_CONFIGURE= yes -USES= iconv libtool pathfix pkgconfig +USES= autoreconf iconv libtool pathfix pkgconfig USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes USE_OPENSSL= yes |