diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-08 21:15:23 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-08 21:15:23 +0800 |
commit | e60b44316d1480c249a2f2792ca424a151ac11c3 (patch) | |
tree | 945fc4e9f2b81965f47a2ba778dc8269d4582fcf /x11/gnome2 | |
parent | 2d3ffc80628c90907c17be7ab8ffb7fef0079b38 (diff) | |
download | freebsd-ports-gnome-e60b44316d1480c249a2f2792ca424a151ac11c3.tar.gz freebsd-ports-gnome-e60b44316d1480c249a2f2792ca424a151ac11c3.tar.zst freebsd-ports-gnome-e60b44316d1480c249a2f2792ca424a151ac11c3.zip |
- Only depend on yelp on
(${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64"
so sparc64<601101 can use x11/gnome2
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 4e30968ace43..562e8ca46dce 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -29,7 +29,6 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets bug-buddy:${PORTSDIR}/devel/bug-buddy \ gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ nautilus:${PORTSDIR}/x11-fm/nautilus \ - yelp:${PORTSDIR}/x11/yelp \ ${X11BASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ @@ -81,6 +80,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 |