summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-20 19:17:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-20 19:17:29 +0800
commit4be083ad9575e3113eced51cb258308353164823 (patch)
tree27d8dc6c5ce000921ec8eb808309c4bbddd358cc /x11-toolkits/gtk20/Makefile
parent8d53093c5ef09a666950b4c826067a3deb505b81 (diff)
downloadmarcuscom-ports-4be083ad9575e3113eced51cb258308353164823.tar
marcuscom-ports-4be083ad9575e3113eced51cb258308353164823.tar.gz
marcuscom-ports-4be083ad9575e3113eced51cb258308353164823.tar.bz2
marcuscom-ports-4be083ad9575e3113eced51cb258308353164823.tar.lz
marcuscom-ports-4be083ad9575e3113eced51cb258308353164823.tar.xz
marcuscom-ports-4be083ad9575e3113eced51cb258308353164823.tar.zst
marcuscom-ports-4be083ad9575e3113eced51cb258308353164823.zip
Fix plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12491 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 7f2a357e8..e7bc650d9 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.161 2009/07/18 20:06:14 kwm Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.162 2009/07/19 19:46:49 marcus Exp $
#
PORTNAME= gtk
PORTVERSION= 2.17.5
-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%/ \
@@ -44,7 +44,7 @@ USE_GNOME= gnomehack atk pango ltverhack
USE_GETTEXT= yes
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
-CONFIGURE_ARGS= --enable-static --with-xinput=yes
+CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"