summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2011-01-08 19:08:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2011-01-08 19:08:58 +0000
commitd9d63f93c458a7396d888a136f3dfefd2eda39a0 (patch)
tree062641542055e3926c04f05714134ee0897468dd /x11
parentUpdate from 0.11.3 to 0.12.2. (diff)
Remove unsupported versions of FreeBSD.
PR: 153797 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=267526
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/Makefile8
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