aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-06-11 08:56:03 +0800
committermarcus <marcus@FreeBSD.org>2005-06-11 08:56:03 +0800
commitde0881ef019a7ea75c784a2093e579793595a36b (patch)
treeb6d30d20f17850aebcc1c637797eb206d6269a94 /devel
parent689e86fc32a746a1a31b1dcaebff544522936a76 (diff)
downloadfreebsd-ports-gnome-de0881ef019a7ea75c784a2093e579793595a36b.tar.gz
freebsd-ports-gnome-de0881ef019a7ea75c784a2093e579793595a36b.tar.zst
freebsd-ports-gnome-de0881ef019a7ea75c784a2093e579793595a36b.zip
Use the new USE_FAM macro to dynamically choose between fam and gamin.
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-vfs/Makefile6
-rw-r--r--devel/gnomevfs2/Makefile6
2 files changed, 2 insertions, 10 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)
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index c06182728591..66aec497a707 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)