aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-12-21 05:17:13 +0800
committerkwm <kwm@FreeBSD.org>2013-12-21 05:17:13 +0800
commitaeddb9d11f3e32b6b2069f3e46b8f94e2e4f485a (patch)
tree54fba4c0bc5b1eb26d5724059aeacec359a32616 /x11-toolkits/gtk20
parentd06953ac9ec39a2d0e8ac717561cadc579781798 (diff)
downloadfreebsd-ports-gnome-aeddb9d11f3e32b6b2069f3e46b8f94e2e4f485a.tar.gz
freebsd-ports-gnome-aeddb9d11f3e32b6b2069f3e46b8f94e2e4f485a.tar.zst
freebsd-ports-gnome-aeddb9d11f3e32b6b2069f3e46b8f94e2e4f485a.zip
Enable explicit depends, this will record X depends in gdk-2.0.pc. This
should fix the build of ports that use X libraries but don't explicitly depend on X libraries.
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 5188f448e6f4..97075e709298 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gtk
PORTVERSION= 2.24.22
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -35,7 +35,7 @@ USES= gettext gmake pathfix pkgconfig perl5
USE_PERL5= build
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
-CONFIGURE_ARGS= --with-xinput=yes
+CONFIGURE_ARGS= --with-xinput=yes --enable-explicit-deps
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib