diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-11 16:15:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-11 16:15:32 +0800 |
commit | 1255e0c5554a7f2c67edb9e382240635b9e42065 (patch) | |
tree | 4b75e98eb763d536103457535f082b093466450f /accessibility/at-spi/Makefile | |
parent | 6d01699f998c8213f9a75e23879a56f1ffb46c00 (diff) | |
download | freebsd-ports-gnome-1255e0c5554a7f2c67edb9e382240635b9e42065.tar.gz freebsd-ports-gnome-1255e0c5554a7f2c67edb9e382240635b9e42065.tar.zst freebsd-ports-gnome-1255e0c5554a7f2c67edb9e382240635b9e42065.zip |
Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API. The next part will contain the desktop
components.
Diffstat (limited to 'accessibility/at-spi/Makefile')
-rw-r--r-- | accessibility/at-spi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index a2085a3ad436..29a9c078dba7 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -6,16 +6,15 @@ # PORTNAME= at-spi -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020525 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020607 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gailutil.13:${PORTSDIR}/x11-toolkits/gail \ +LIB_DEPENDS= gailutil.15:${PORTSDIR}/x11-toolkits/gail \ bonobo-2.0:${PORTSDIR}/devel/libbonobo USE_BZIP2= yes |