diff options
author | mat <mat@FreeBSD.org> | 2015-03-18 21:52:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-03-18 21:52:54 +0800 |
commit | 2d0b7a59bf334f905a1687c630c4ef4553f58d7c (patch) | |
tree | 8c3d6d76efe04b1bd10a1422b10c1bf2d65f5a4f /www/lighttpd | |
parent | f9b74ae3170eec65da3882888143629551792313 (diff) | |
download | freebsd-ports-gnome-2d0b7a59bf334f905a1687c630c4ef4553f58d7c.tar.gz freebsd-ports-gnome-2d0b7a59bf334f905a1687c630c4ef4553f58d7c.tar.zst freebsd-ports-gnome-2d0b7a59bf334f905a1687c630c4ef4553f58d7c.zip |
Add CPE.
Sponsored by: Absolight
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index da092abf5c26..ea6b7fd786b2 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -20,6 +20,10 @@ LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USES= 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 |