diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-10 17:40:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-10 17:40:54 +0000 |
commit | 298a45656d4a95e7e5e6bac6da9c33fedc33241f (patch) | |
tree | f3bd765f2085bb27a4e46d91f7601ab0dc5a913a /devel/gnomevfs2 | |
parent | 0429b7bc6019c1f3b331d50b8e6d127f50411b0e (diff) | |
download | ports-298a45656d4a95e7e5e6bac6da9c33fedc33241f.tar.gz ports-298a45656d4a95e7e5e6bac6da9c33fedc33241f.zip |
Notes
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) |