diff options
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 60136a8089f2..fd967c49be83 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -71,7 +71,11 @@ PLIST_SUB+= CDPARANOIA="@comment " .endif .if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +FAM_DEPENDS= ${PORTSDIR}/devel/fam +.if exists(${LOCALBASE}/lib/libgamin-1.so) +FAM_DEPENDS= ${PORTSDIR}/devel/gamin +.endif +LIB_DEPENDS+= fam.0:${FAM_DEPENDS} .endif .if exists(${LOCALBASE}/lib/libkrb5.so) |