diff options
author | mnag <mnag@FreeBSD.org> | 2009-06-29 09:26:13 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2009-06-29 09:26:13 +0800 |
commit | 435b49cdfb05cdb02b8df8b02d87fbf861c41cfa (patch) | |
tree | 84546bd692d1e98ae94baac7bd030ac22e69a1f3 /www/lighttpd | |
parent | 426514d82a87601cb359264ac7dab9fa6bf84fd3 (diff) | |
download | freebsd-ports-gnome-435b49cdfb05cdb02b8df8b02d87fbf861c41cfa.tar.gz freebsd-ports-gnome-435b49cdfb05cdb02b8df8b02d87fbf861c41cfa.tar.zst freebsd-ports-gnome-435b49cdfb05cdb02b8df8b02d87fbf861c41cfa.zip |
- Upgrade fix.
PR: 136125
Submitted by: Martin Matuska <mm___FreeBSD.org>
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 |