aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-05-05 04:23:23 +0800
committermarcus <marcus@FreeBSD.org>2008-05-05 04:23:23 +0800
commitc9abb49e26305d8b25f41de3024f79bd2d078f29 (patch)
tree197b08e3958d15935923c620fda72150473b672b /x11-toolkits/gtk30
parentf0e52039c5c71c1ee89e5b2d178a6496522a68b3 (diff)
downloadfreebsd-ports-graphics-c9abb49e26305d8b25f41de3024f79bd2d078f29.tar.gz
freebsd-ports-graphics-c9abb49e26305d8b25f41de3024f79bd2d078f29.tar.zst
freebsd-ports-graphics-c9abb49e26305d8b25f41de3024f79bd2d078f29.zip
Add a missing dependency on xdamage.
PR: 123390 Submitted by: dinoex
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index ff45cf8b855..c5ac26a85f4 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" \