summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-26 19:00:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-26 19:00:11 +0800
commitc3c94e9a53872c5d3de50958e82a1a993f3efc8e (patch)
tree83ae9df9069c04f72b29db1e27b382bb5655e01a /x11-toolkits/gtk20/Makefile
parent112b75d697c8e21f48e6380c0537cef103db0d52 (diff)
downloadmarcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.tar
marcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.tar.gz
marcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.tar.bz2
marcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.tar.lz
marcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.tar.xz
marcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.tar.zst
marcuscom-ports-c3c94e9a53872c5d3de50958e82a1a993f3efc8e.zip
Update to 2.19.2.
Disable introspection for now. Configure patch doesn't look correct yet, atleast gtk builds now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13306 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 77453616e..fcdc46cef 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,11 +3,11 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.176 2009/12/08 19:16:21 kwm Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.19.1
+PORTVERSION= 2.19.2
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
@@ -44,7 +44,8 @@ USE_GNOME= gnomehack atk pango ltverhack
USE_GETTEXT= yes
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
-CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper
+CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper \
+ --enable-introspection=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"