diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-09 23:35:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-09 23:35:49 +0800 |
commit | 9c789e62be64fc61e7d96bf9cd291ec4c4a84beb (patch) | |
tree | 12a14e3f07e87090fcae63c3e7bbe3ca56d2a346 /www/lighttpd | |
parent | 27426240730fcaf38c8a0096f2500de223430a4c (diff) | |
download | freebsd-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/Makefile | 5 |
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 \ |