diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-08 20:49:59 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-08 20:49:59 +0800 |
commit | a455d65352526755f29f9b192af8d193ca29c2b2 (patch) | |
tree | 935555a82d4830985085fb93ed35ad41825cb8b8 /x11 | |
parent | 562f6ef4dd2ca255f777fb3ec5dc6b570f38af4c (diff) | |
download | marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.tar marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.tar.gz marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.tar.bz2 marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.tar.lz marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.tar.xz marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.tar.zst marcuscom-ports-a455d65352526755f29f9b192af8d193ca29c2b2.zip |
- 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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 <marcus@FreeBSD.org> # # $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 |