diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-08 13:15:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-08 13:15:23 +0000 |
commit | dcb7e2be8921ce6c629e810837af3a3b5b1d2221 (patch) | |
tree | 20796e5609d6e6db17ddc0bce5839f3285993637 /x11/gnome2 | |
parent | cea5eab07bc8c7e64633c62ae7ffae0e5c47ada2 (diff) | |
download | ports-dcb7e2be8921ce6c629e810837af3a3b5b1d2221.tar.gz ports-dcb7e2be8921ce6c629e810837af3a3b5b1d2221.zip |
- Only depend on yelp on
(${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64"
so sparc64<601101 can use x11/gnome2
Notes
Notes:
svn path=/head/; revision=170099
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 |