diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-09 14:27:07 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-09 14:27:07 +0800 |
commit | dd03072b4cd5ee0e2bd17eee42156c5d294e43f0 (patch) | |
tree | c3e8b317e6be7e5aadc8835943d1540efdeceaa5 /x11-toolkits/gtk20/Makefile | |
parent | 0e6280f7d301727903eb796dedec9145ffa83ff7 (diff) | |
download | marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.tar marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.tar.gz marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.tar.bz2 marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.tar.lz marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.tar.xz marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.tar.zst marcuscom-ports-dd03072b4cd5ee0e2bd17eee42156c5d294e43f0.zip |
Update to 2.1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@113 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index a9f4db45e..807a30084 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.1,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -21,7 +21,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= atk-1.0.100:${PORTSDIR}/devel/atk \ +LIB_DEPENDS= atk-1.0.101:${PORTSDIR}/devel/atk \ pango-1.0.102:${PORTSDIR}/x11-toolkits/pango \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ @@ -42,7 +42,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= GTK_VERSION="2.0.101" +PLIST_SUB= GTK_VERSION="2.0.102" MAN1= gdk-pixbuf-csource.1 |