diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-21 10:38:31 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-21 10:38:31 +0800 |
commit | c19a14e07d161bc4326c6f8ef86ecfd3d524071e (patch) | |
tree | efb560d1c1a87da5186112f101c775a708687a04 /x11 | |
parent | f63162ae3c1407fa16fab671ef9f91a990d3421e (diff) | |
download | marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.tar marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.tar.gz marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.tar.bz2 marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.tar.lz marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.tar.xz marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.tar.zst marcuscom-ports-c19a14e07d161bc4326c6f8ef86ecfd3d524071e.zip |
Unhook from the build the fifth toe applications that do not yet build
under GNOME 2.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1510 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index ad4b4385d..12c5d5070 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -16,7 +16,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= The "meta-port" for the GNOME 2 "Fifth-Toe" extra package set RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ - AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \ pan:${PORTSDIR}/news/pan2 \ xchat:${PORTSDIR}/irc/xchat2 \ balsa:${PORTSDIR}/mail/balsa2 \ @@ -28,20 +27,22 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ ghex2:${PORTSDIR}/editors/ghex2 \ glade-2:${PORTSDIR}/devel/glade2 \ gob2:${PORTSDIR}/devel/gob2 \ - gtetrinet:${PORTSDIR}/games/gtetrinet \ ${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \ sawfish:${PORTSDIR}/x11-wm/sawfish2 \ dia:${PORTSDIR}/graphics/dia \ mrproject:${PORTSDIR}/deskutils/mrproject \ tsclient:${PORTSDIR}/net/tsclient \ - regexxer:${PORTSDIR}/devel/regexxer \ streamtuner:${PORTSDIR}/audio/streamtuner \ meld:${PORTSDIR}/textproc/meld \ gcompris:${PORTSDIR}/games/gcompris2 \ galeon:${PORTSDIR}/www/galeon2 \ seahorse:${PORTSDIR}/security/seahorse \ - workrave:${PORTSDIR}/x11/workrave \ gnotime:${PORTSDIR}/deskutils/gnotime +# These apps do not yet build under GNOME 2.5 +# AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 +# gtetrinet:${PORTSDIR}/games/gtetrinet +# regexxer:${PORTSDIR}/devel/regexxer +# workrave:${PORTSDIR}/x11/workrave .if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem |