diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-15 23:20:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-15 23:20:42 +0800 |
commit | 4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d (patch) | |
tree | c436b52b37439265984a872a9b4608e85295b4cd /x11-toolkits/gtk30/Makefile | |
parent | 0c9554fc16a39a5d1da57c384db7b33ed550325f (diff) | |
download | marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.tar marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.tar.gz marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.tar.bz2 marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.tar.lz marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.tar.xz marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.tar.zst marcuscom-ports-4d01c019dcc616ee807c4de58ae5ae0a0e0adb3d.zip |
Update to 3.4.3.
Submitted by: mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16742 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 508544441..0da842af7 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,11 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.44 2012/03/17 18:12:19 mezz Exp $ +# $MCom$ # PORTNAME= gtk -PORTVERSION= 3.2.4 +PORTVERSION= 3.4.3 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -45,7 +45,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` ac_cv_path_SED="${SED}" -GLIB_SCHEMAS= org.gtk.Settings.FileChooser.gschema.xml +GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ + org.gtk.Settings.ColorChooser.gschema.xml \ + org.gtk.Settings.FileChooser.gschema.xml MAN1= gtk-query-immodules-3.0.1 |