diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-06 23:44:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-06 23:44:13 +0800 |
commit | 747d672f03e0e10eb05c0b3a3d28d69577682071 (patch) | |
tree | 570633ff9744d080469c46bc5ba161f7237cd4b2 | |
parent | 653745ee34393388915ec4cbddd0623b870e4a80 (diff) | |
download | marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.tar marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.tar.gz marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.tar.bz2 marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.tar.lz marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.tar.xz marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.tar.zst marcuscom-ports-747d672f03e0e10eb05c0b3a3d28d69577682071.zip |
Disable tomboy for now, the 0.11.x even doesn't build either with 0.10.x. The
mono stuff in FreeBSD ports tree are serious out of date and I don't know if
these ports are still maintain.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11249 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 269491140..66bc3fdfb 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.247 2008/07/24 01:28:56 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.248 2008/07/27 20:33:23 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.23.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -92,7 +92,7 @@ RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ .endif .if ${.CURDIR:T}!="gnome2-lite" .if ${ARCH} == "i386" -RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy +#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif .if ${OSVERSION}>=600000 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga |