diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-13 00:37:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-13 00:37:41 +0800 |
commit | fce7a9a87801d768503a875aa74c41d2c1709bfd (patch) | |
tree | d705e441cd8a0d757f6dfb9a675d9f3b46a65d34 | |
parent | 72f39509a0ac0a419e7a30f312096d0977dafc31 (diff) | |
download | marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.tar marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.tar.gz marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.tar.bz2 marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.tar.lz marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.tar.xz marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.tar.zst marcuscom-ports-fce7a9a87801d768503a875aa74c41d2c1709bfd.zip |
Don't make gnopernicus a dependency yet. festival doesn't build on
-CURRENT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@753 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index ff10c3dfa..df947ea9c 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -52,11 +52,11 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ battfink:${PORTSDIR}/sysutils/battfink \ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - gnopernicus:${PORTSDIR}/x11/gnopernicus \ gnomemeeting:${PORTSDIR}/net/gnomemeeting2 \ seahorse:${PORTSDIR}/security/seahorse \ totem:${PORTSDIR}/multimedia/totem \ epiphany:${PORTSDIR}/www/epiphany +# gnopernicus:${PORTSDIR}/x11/gnopernicus NO_BUILD= yes |