diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-21 05:17:13 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-21 05:17:13 +0800 |
commit | aeddb9d11f3e32b6b2069f3e46b8f94e2e4f485a (patch) | |
tree | 54fba4c0bc5b1eb26d5724059aeacec359a32616 /x11-toolkits/gtk20 | |
parent | d06953ac9ec39a2d0e8ac717561cadc579781798 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |