diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-04 20:23:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-04 20:23:23 +0000 |
commit | df14fb795142eea71eab4c19820707e609ff1582 (patch) | |
tree | 5420527c59b7a300a2880adf319a526272193f49 /x11-toolkits/gtk30 | |
parent | 8e20c1154fe1ff2ad8258dafc09950a06cce7721 (diff) | |
download | ports-df14fb795142eea71eab4c19820707e609ff1582.tar.gz ports-df14fb795142eea71eab4c19820707e609ff1582.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-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 ff45cf8b855c..c5ac26a85f45 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.12.9 -PORTREVISION?= 2 +PORTREVISION?= 3 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%/ \ @@ -41,7 +41,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" \ |