aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-11 00:56:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-11 00:56:03 +0000
commit7f910f384e86da1885c67ce0d3156ff1e5bdb51d (patch)
tree1912c59bbc52cb2ee7aa17dd98d4eeb0df482059 /devel/gnome-vfs
parent0c35c868f1d4dc911acb0457d39823d66dd0e7da (diff)
downloadports-7f910f384e86da1885c67ce0d3156ff1e5bdb51d.tar.gz
ports-7f910f384e86da1885c67ce0d3156ff1e5bdb51d.zip
Use the new USE_FAM macro to dynamically choose between fam and gamin.
Notes
Notes: svn path=/head/; revision=137239
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r--devel/gnome-vfs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index c06182728591..66aec497a707 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/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)