diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-18 14:59:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-18 14:59:36 +0800 |
commit | 2938a469ddc2146a6f579cd2a084eb72c604ce59 (patch) | |
tree | e4226b7063a9a85c9618e7e9d7bb852154c22df8 /x11/gnome2/Makefile | |
parent | 667f2bfcf8c4d7b26724777d5a9f33f879da2455 (diff) | |
download | marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.tar marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.tar.gz marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.tar.bz2 marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.tar.lz marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.tar.xz marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.tar.zst marcuscom-ports-2938a469ddc2146a6f579cd2a084eb72c604ce59.zip |
Presenting GNOME 2.21.5 for FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10148 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index b35a58895..0ec32dffe 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.225 2007/11/16 03:49:59 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.226 2008/01/11 06:15:53 marcus Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.21.2 -PORTREVISION?= 1 +PORTVERSION= 2.21.5 +PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -65,7 +65,10 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple orca:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ - seahorse:${PORTSDIR}/security/seahorse + seahorse:${PORTSDIR}/security/seahorse \ + swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \ + mousetweaks:${PORTSDIR}/accessibility/mousetweaks \ + vinagre:${PORTSDIR}/net/vinagre NO_BUILD= yes |