1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Prepare for the upcoming mega-conversion to bsd.gnomeng.mk:

o use ${X11BASE}/bin/gnomecc to detect that gnomecontrolcenter is installed;
o use panel_status.so.5 instead of panel_applet.so.5 to detect gnomecore.
This commit is contained in:
Maxim Sobolev 2002-07-11 16:32:25 +00:00
parent 548387be80
commit 5075255f63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62816

View File

@ -320,10 +320,12 @@ PLIST_SUB+= GNOME:="" NOGNOME:="@comment " DATADIR="share/gnome"
.endif
.endif
.if defined(USE_GNOMECTRL)
LIB_DEPENDS+= capplet.5:${PORTSDIR}/sysutils/gnomecontrolcenter
BUILD_DEPENDS+= ${X11BASE}/bin/gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
RUN_DEPENDS+= ${X11BASE}/bin/gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
.endif
.if defined(USE_GNOME)
LIB_DEPENDS+= panel_applet.5:${PORTSDIR}/x11/gnomecore
LIB_DEPENDS+= panel_status.5:${PORTSDIR}/x11/gnomecore \
gtkhtml.21:${PORTSDIR}/www/gtkhtml
.endif
.if defined(WANT_GNOME) && !defined(HAVE_GNOME)
PLIST_SUB+= GNOME:="@comment " NOGNOME:="" DATADIR="share"