aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-06-09 23:35:49 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-06-09 23:35:49 +0800
commit9c789e62be64fc61e7d96bf9cd291ec4c4a84beb (patch)
tree12a14e3f07e87090fcae63c3e7bbe3ca56d2a346 /www/lighttpd
parent27426240730fcaf38c8a0096f2500de223430a4c (diff)
downloadfreebsd-ports-gnome-9c789e62be64fc61e7d96bf9cd291ec4c4a84beb.tar.gz
freebsd-ports-gnome-9c789e62be64fc61e7d96bf9cd291ec4c4a84beb.tar.zst
freebsd-ports-gnome-9c789e62be64fc61e7d96bf9cd291ec4c4a84beb.zip
- Fix LDAP support
- Bump PORTREVISION PR: 97161 (based on) Submitted by: Jakob van Santen <jakob@somethingpretentious.net> Approved by: hendrik@scholz.net (maintainer)
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 6e990c3e6718..6d7ccb94afbb 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lighttpd
PORTVERSION= 1.4.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/
@@ -20,8 +21,12 @@ GNU_CONFIGURE= yes
USE_GNOME= lthack
USE_RC_SUBR= lighttpd.sh
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
MAN1= lighttpd.1 spawn-fcgi.1
OPTIONS= OPENSSL "Enable SSL support" on \