diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-05 06:15:34 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-05 06:15:34 +0800 |
commit | a573bac405055ff5903aee6bed853b4092876979 (patch) | |
tree | be5e2a2664e7b9f33dcdd7c1b9b1dbfb13526573 /x11-toolkits | |
parent | bc11878230a22c4107de2a1db0ccf6eda42dbafb (diff) | |
download | marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.tar marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.tar.gz marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.tar.bz2 marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.tar.lz marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.tar.xz marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.tar.zst marcuscom-ports-a573bac405055ff5903aee6bed853b4092876979.zip |
Sync w/ FreeBSD ports, I am not bump it because there is 2.14.0 tarball. I am
not able to fetch from its ftp and mirrors at the moment.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11449 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 476db6f64..36d41e53a 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.137 2008/08/19 02:08:49 marcus Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.138 2008/08/21 20:40:31 mezz Exp $ # PORTNAME= gtk @@ -42,7 +42,8 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage +USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamagee \ + xcomposite CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ |