From d533325090029bb3f21db0d18a879a0b6f2da8e5 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 12 Jan 2007 00:15:46 +0000 Subject: Presenting GNOME 2.17.5 for FreeBSD. And while here, don't include tomboy in gnome2-lite. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8190 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome2/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11/gnome2/Makefile') diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 93dcd730a..86d2c37f8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.192 2006/12/06 22:24:02 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.193 2006/12/21 19:54:02 marcus Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.17.4 +PORTVERSION= 2.17.5 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty @@ -82,14 +82,14 @@ do-install: # empty .include .if !defined(GNOME_SLAVE) -.if ${ARCH} == "i386" -RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy -.endif .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ epiphany:${PORTSDIR}/www/epiphany .endif .if ${.CURDIR:T}!="gnome2-lite" +.if ${ARCH} == "i386" +RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy +.endif .if ${OSVERSION}>=600000 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga .endif -- cgit