1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix dependency of fam/gamin

Submitted by:	Vsevolod Kozlov <zaba___thorium.homeunix.org>
This commit is contained in:
Marcus Alves Grando 2008-09-28 00:54:08 +00:00
parent 7a3947093e
commit 15866f1185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220926

View File

@ -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