From a455d65352526755f29f9b192af8d193ca29c2b2 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 8 Aug 2006 12:49:59 +0000 Subject: - Only depend on yelp if. .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6999 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome2/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11/gnome2/Makefile') diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 26da1184b..a2674d8b4 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.169 2006/07/27 00:47:40 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.170 2006/07/27 00:49:16 marcus Exp $ # PORTNAME= gnome2 @@ -29,7 +29,6 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple bug-buddy:${PORTSDIR}/devel/bug-buddy \ gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ nautilus:${PORTSDIR}/x11-fm/nautilus \ - yelp:${PORTSDIR}/x11/yelp \ ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ ${LOCALBASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ @@ -84,6 +83,9 @@ do-install: # empty .if ${ARCH} == "i386" || ${OSVERSION} > 500035 RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif +.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" +RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp +.endif .if ${.CURDIR:T}!="gnome2-lite" .if ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga -- cgit v1.2.3