diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-21 03:40:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-21 03:40:25 +0800 |
commit | 929bc0cd1606da10bba306d038353f1070604e5a (patch) | |
tree | 5f03223bf7f3e09fb9ea9d93ea9ef9fdbd0147ec | |
parent | fe7f7dd9ea9e6081aa2e76e79895f11fe8ecadc5 (diff) | |
download | marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.tar marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.tar.gz marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.tar.bz2 marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.tar.lz marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.tar.xz marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.tar.zst marcuscom-ports-929bc0cd1606da10bba306d038353f1070604e5a.zip |
Tie gnopernicus into the build since festival is now optional.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@779 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 998842b7e..d47e4e4bb 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -55,8 +56,8 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ seahorse:${PORTSDIR}/security/seahorse \ totem:${PORTSDIR}/multimedia/totem \ epiphany:${PORTSDIR}/www/epiphany \ - gswitchit-properties-capplet:${PORTSDIR}/x11/gswitchit -# gnopernicus:${PORTSDIR}/x11/gnopernicus + gswitchit-properties-capplet:${PORTSDIR}/x11/gswitchit \ + gnopernicus:${PORTSDIR}/x11/gnopernicus NO_BUILD= yes |