diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-05 13:43:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-05 13:43:27 +0800 |
commit | 236b040a58708dbc70392a2df7031327265b972c (patch) | |
tree | aec52666034a7ba008171548e7efb94ae22ea548 /x11-fm/nautilus/Makefile | |
parent | f06b8d00af07c78db4c9c27e1da1e633f513db50 (diff) | |
download | freebsd-ports-gnome-236b040a58708dbc70392a2df7031327265b972c.tar.gz freebsd-ports-gnome-236b040a58708dbc70392a2df7031327265b972c.tar.zst freebsd-ports-gnome-236b040a58708dbc70392a2df7031327265b972c.zip |
Add fam as a dependency if libfam.so.0 exists. Nautilus will implicitly add
it anyway, so this fixes the missing lib problem if fam is uninstalled.
PR: 38253
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 75d4cfb3df4f..a69578f38cc1 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -7,7 +7,7 @@ PORTNAME= nautilus PORTVERSION= 1.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/nautilus @@ -20,6 +20,10 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ eel.0:${PORTSDIR}/x11-toolkits/eel RUN_DEPENDS= ${X11BASE}/share/gnome/ui/nautilus-galeon-view-ui.xml:${PORTSDIR}/www/galeon +.if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so.0) +LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +.endif + WITHOUT_MOZILLA= "Doesn't work with Mozilla-0.9.9" .if !defined(WITHOUT_MOZILLA) |