diff options
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) |