diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-06-29 01:26:13 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-06-29 01:26:13 +0000 |
commit | b52e2bd38369f5537aae0c7e9e93588c2c4083c7 (patch) | |
tree | 464c4a4e38216c5e693973ecd7d833c099903c24 /www/lighttpd | |
parent | 102d06f88b2ef57203b353456e92518c0ff0d876 (diff) | |
download | ports-b52e2bd38369f5537aae0c7e9e93588c2c4083c7.tar.gz ports-b52e2bd38369f5537aae0c7e9e93588c2c4083c7.zip |
Notes
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 |