diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-08-28 08:33:34 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-08-28 08:33:34 +0000 |
commit | 6da1ee7cb0a6066a6dbe24f016ecc90be7ae2d64 (patch) | |
tree | 5f1a55fb5c9794d876b247bfc697501862fc750e /www/lighttpd | |
parent | 51380ba8ca05870558dbcaa47ae58921f96e0a95 (diff) |
Notes
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index b0677c3ada95..0786a765e65c 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -20,13 +20,9 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= lthack -.if defined(_BUILDING_LIGHTTPD_MODULE) -USE_AUTOTOOLS?= libtool:22 -CONFIGURE_ARGS?= --libdir=${PREFIX}/lib/lighttpd --enable-static -.else -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd --enable-static -.endif # defined(_BUILDING_LIGHTTPD_MODULE) +USE_AUTOTOOLS= autoconf:262 autoheader:262 aclocal:110 automake:110 libtool:22 +ACLOCAL_ARGS= -I m4 +CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |