diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-11 08:55:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-11 08:55:27 +0800 |
commit | 8af979954340cd37ff6ac492a80004bf6290cac4 (patch) | |
tree | 26bfa22b7e6b9ac15881f16fbbba29a363dc6399 /devel | |
parent | 720e9f19dd7af09aaba3d6ec51706a2409a2bb7f (diff) | |
download | marcuscom-ports-8af979954340cd37ff6ac492a80004bf6290cac4.tar.gz 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')
-rw-r--r-- | devel/gnome-vfs/Makefile | 6 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 6 |
2 files changed, 2 insertions, 10 deletions
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) |