diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-09-04 22:05:34 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-09-04 22:05:34 +0000 |
commit | 396556b091cb4493cb0732bdfaedd047712f806d (patch) | |
tree | 673359804835713895e1c374858410716538a020 /x11-toolkits/gtk30/Makefile | |
parent | 4e368c9e618d72b999071046095fbf34878c4eb1 (diff) | |
download | ports-396556b091cb4493cb0732bdfaedd047712f806d.tar.gz ports-396556b091cb4493cb0732bdfaedd047712f806d.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index c2f3ce7cfc6d..4d9eff1c82f0 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.12.11 -PORTREVISION?= 0 +PORTREVISION?= 1 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,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 xdamage \ + xcomposite CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ |