diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-30 01:39:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-30 01:39:11 +0800 |
commit | 4791e883b099410b1a6f539fa8b209d00d5b6141 (patch) | |
tree | 7f0385df41a9838c339f89b37288927a1d9e46d3 | |
parent | 6cc5999f90d2e063c0ee444aea7f0cdb1ac187a0 (diff) | |
download | marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.tar marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.tar.gz marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.tar.bz2 marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.tar.lz marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.tar.xz marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.tar.zst marcuscom-ports-4791e883b099410b1a6f539fa8b209d00d5b6141.zip |
Presenting GNOME 2.17.90 (aka GNOME 2.18 Beta 1) for FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8264 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 86d2c37f8..deb59b3b9 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.193 2006/12/21 19:54:02 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.194 2007/01/12 00:15:46 marcus Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.17.5 +PORTVERSION= 2.17.90 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty @@ -65,7 +65,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ orca:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon + ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ + seahorse:${PORTSDIR}/security/seahorse NO_BUILD= yes |