diff options
author | marcus <marcus@FreeBSD.org> | 2011-01-09 03:08:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-01-09 03:08:58 +0800 |
commit | c0b0489ee514ef8918398cb8f15f2dc6aaa4cffb (patch) | |
tree | c29a462ebca374c85bb21ee61bde4d0160274066 /x11/gnome2/Makefile | |
parent | 34573cec50055d50d622e9f5678e9de556b15357 (diff) | |
download | freebsd-ports-gnome-c0b0489ee514ef8918398cb8f15f2dc6aaa4cffb.tar.gz freebsd-ports-gnome-c0b0489ee514ef8918398cb8f15f2dc6aaa4cffb.tar.zst freebsd-ports-gnome-c0b0489ee514ef8918398cb8f15f2dc6aaa4cffb.zip |
Remove unsupported versions of FreeBSD.
PR: 153797
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 3b2f6ed54f15..414e77d5f2d8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -76,7 +76,7 @@ do-install: # empty .include <bsd.port.pre.mk> .if !defined(GNOME_SLAVE) -.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" +.if ${ARCH}!="sparc64" && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ epiphany:${PORTSDIR}/www/epiphany .endif @@ -93,16 +93,14 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ - gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit + gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit \ + ekiga:${PORTSDIR}/net/ekiga3 .if ${OSVERSION}>=800000 RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese .endif .if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif -.if ${OSVERSION}>=600000 -RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga3 -.endif .if defined(WITH_MAPI) RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi .endif |