From 8af979954340cd37ff6ac492a80004bf6290cac4 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 11 Jun 2005 00:55:27 +0000 Subject: 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 --- devel/gnome-vfs/Makefile | 6 +----- devel/gnomevfs2/Makefile | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'devel') diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 22424a1f3..def731019 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 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) -- cgit