1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Remove unsupported versions of FreeBSD.

PR:		153797
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
Joe Marcus Clarke 2011-01-08 19:08:58 +00:00
parent e12888447a
commit d9d63f93c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267526

View File

@ -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