diff options
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 3488220bee4d..dba187732ba2 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -17,9 +17,10 @@ COMMENT= A secure, fast, compliant, and very flexible Web Server LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= aclocal:110 autoconf:262 autoheader:262 automake:110 libtool:15 +ACLOCAL_ARGS= --force GNU_CONFIGURE= yes -USE_GNOME= lthack +USE_GNOME= lthack pkgconfig USE_RC_SUBR= lighttpd.sh CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd |