diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 21:58:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 21:58:47 +0800 |
commit | 800916936a036ea830b2612ddc9f7e0cbd5b0684 (patch) | |
tree | 501ce91b4f264213764020c599f98242c8e948a4 | |
parent | 2c801a47a4662e0104773a8c535aa471e31d8225 (diff) | |
download | freebsd-ports-gnome-800916936a036ea830b2612ddc9f7e0cbd5b0684.tar.gz freebsd-ports-gnome-800916936a036ea830b2612ddc9f7e0cbd5b0684.tar.zst freebsd-ports-gnome-800916936a036ea830b2612ddc9f7e0cbd5b0684.zip |
Convert to USES=autoreconf
-rw-r--r-- | www/lighttpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index ea6b7fd786b2..bee69c33f10e 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -18,14 +18,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig tar:xz +USES= autoreconf gmake libtool pkgconfig tar:xz .if !defined(_BUILDING_LIGHTTPD_MODULE) USES+= cpe .endif -USE_AUTOTOOLS= autoconf autoheader aclocal automake -AUTOMAKE_ARGS= -a -c -f CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd INSTALL_TARGET= install-strip |