diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-05 04:24:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-05 04:24:51 +0800 |
commit | 97183df051855b0d2b9db9662080cf8a9b9e3704 (patch) | |
tree | 065491b50dfcdac272eb0b53a7ee0cd275c27f55 | |
parent | 16532ad0771411efaef34a30f73a5b9112856d1a (diff) | |
download | marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.tar marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.tar.gz marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.tar.bz2 marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.tar.lz marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.tar.xz marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.tar.zst marcuscom-ports-97183df051855b0d2b9db9662080cf8a9b9e3704.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10936 df743ca5-7f9a-e211-a948-0013205c9059
-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 8ac59443f..e76076f6d 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.125 2008/04/04 18:41:57 ahze Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.126 2008/04/21 00:10:59 marcus Exp $ # PORTNAME= gtk PORTVERSION= 2.13.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ @@ -42,7 +42,7 @@ 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 +USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ |