1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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
This commit is contained in:
Joe Marcus Clarke 2002-07-05 05:43:27 +00:00
parent c3792b9e3c
commit 8251611f61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62459

View File

@ -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)