diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-05 05:43:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-05 05:43:27 +0000 |
commit | 8251611f618f2843a9a5949300ad8aa9f69b13f3 (patch) | |
tree | fadd618a14fda631e1df67828029ee60db610dd3 /x11-fm | |
parent | c3792b9e3c6542dfcc9c8eb143bbdea4b4cbbebd (diff) |
Notes
Diffstat (limited to 'x11-fm')
-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) |