summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-11 08:55:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-11 08:55:27 +0800
commit8af979954340cd37ff6ac492a80004bf6290cac4 (patch)
tree26bfa22b7e6b9ac15881f16fbbba29a363dc6399 /devel/gnomevfs2
parent720e9f19dd7af09aaba3d6ec51706a2409a2bb7f (diff)
downloadmarcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar
marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar.gz
marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar.bz2
marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar.lz
marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar.xz
marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar.zst
marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.zip
Use the new USE_FAM macro to dynamically choose between fam and gamin.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4070 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index 22424a1f3..def731019 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/Makefile
@@ -70,11 +70,7 @@ PLIST_SUB+= CDPARANOIA="@comment "
.endif
.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_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}
+USE_FAM= yes
.endif
.if exists(${LOCALBASE}/lib/libkrb5.so)