diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-03 15:55:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-03 15:55:48 +0800 |
commit | 095690fe74a8e3690655bae5698d5dc98080d7d9 (patch) | |
tree | 2d4ba15ef4e182c0b0c78f5dd27f52506d60d4bd /x11/gnome2 | |
parent | d7a47e1ee6eec2f96082cebd692455459ce84dac (diff) | |
download | marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.tar marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.tar.gz marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.tar.bz2 marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.tar.lz marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.tar.xz marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.tar.zst marcuscom-ports-095690fe74a8e3690655bae5698d5dc98080d7d9.zip |
Presenting GNOME 2.5.3 with a pretty finalized module list.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1752 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 2cc76baed..b14dd3a78 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome2 -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.3 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -47,11 +46,8 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ gnopernicus:${PORTSDIR}/accessibility/gnopernicus \ - evolution-1.5:${PORTSDIR}/mail/evolution \ - rhythmbox:${PORTSDIR}/audio/rhythmbox \ - gnome-netinfo:${PORTSDIR}/net/gnomenetwork \ - gdesklets:${PORTSDIR}/deskutils/gdesklets \ - monkey-bubble:${PORTSDIR}/games/monkeybubble \ + ${X11BASE}/lib/libedataserver.so:${PORTSDIR}/databases/evolution-data-server \ + ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \ dasher:${PORTSDIR}/accessibility/dasher NO_BUILD= yes @@ -67,7 +63,7 @@ do-install: # empty .include <bsd.port.pre.mk> -.if ${ARCH} != "amd64" && ( ${ARCH} == "i386" || ${OSVERSION} > 500035 ) +.if ${ARCH} == "i386" || ${OSVERSION} > 500035 RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif |