aboutsummaryrefslogtreecommitdiff
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-11 17:53:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-11 17:53:25 +0000
commit647b2a31c4f2a0ede776c8c581e86b17e0ae13af (patch)
treef5bf6618b239836fdad574eab0e38c2028ddf658 /accessibility/atk/Makefile
parent112a9e25e8c32b0545c2000bf647ca3ddffc86df (diff)
Update gtk/glib to the version 2.0 and other related ports to the latest
versions. PR: 35541, 35744, 35757 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=55874
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index 4611d35daa07..e78617d75e14 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= atk
-PORTVERSION= 0.12
+PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2
#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
# http://www.ameth.org/gimp/%SUBDIR%/ \
@@ -19,11 +19,12 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= glib-1.3.14:${PORTSDIR}/devel/glib13
+LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
USE_BZIP2= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}