diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-03-18 02:12:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-03-18 02:12:19 +0800 |
commit | 32ad758c3ec2d9f0c7421047724a1260bb749083 (patch) | |
tree | a0f81b1f3280405564913d3211f23ce420b7026e /x11-toolkits | |
parent | ba01daa3333e833952449c1042fed8fa4bd4deba (diff) | |
download | marcuscom-ports-32ad758c3ec2d9f0c7421047724a1260bb749083.tar.gz marcuscom-ports-32ad758c3ec2d9f0c7421047724a1260bb749083.tar.zst marcuscom-ports-32ad758c3ec2d9f0c7421047724a1260bb749083.zip |
Sync w/ FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16699 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index eacadd21c..e0199f8ca 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.42 2011/12/19 19:28:30 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.43 2011/12/22 13:43:44 kwm Exp $ # PORTNAME= gtk @@ -43,7 +43,7 @@ CONFIGURE_ARGS= --enable-static --enable-xinput=yes CONFIGURE_ARGS+=--enable-gtk2-dependency --disable-packagekit CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` +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 |