aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2008-09-28 08:54:08 +0800
committermnag <mnag@FreeBSD.org>2008-09-28 08:54:08 +0800
commitb265eef3261d7f45366dd3635c4fae5a42467145 (patch)
tree79050edf70767673412cb2497322966a5f9714ff /www
parente14694e467b105145dc6ba3b34f4b3de40238afc (diff)
downloadfreebsd-ports-gnome-b265eef3261d7f45366dd3635c4fae5a42467145.tar.gz
freebsd-ports-gnome-b265eef3261d7f45366dd3635c4fae5a42467145.tar.zst
freebsd-ports-gnome-b265eef3261d7f45366dd3635c4fae5a42467145.zip
- Fix dependency of fam/gamin
Submitted by: Vsevolod Kozlov <zaba___thorium.homeunix.org>
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index dcd085b7a286..59e38c1086fe 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -66,7 +66,7 @@ CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua"
.endif
.if defined(WITH_FAM)
-LIB_DEPENDS+= fam:${PORTSDIR}/devel/fam
+USE_FAM= yes
CONFIGURE_ARGS+= --with-fam
CONFIGURE_ENV+= FAM_CFLAGS="-I${LOCALBASE}/include" FAM_LIBS="-L${LOCALBASE}/lib"
.endif