aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-06 09:06:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-06 09:06:16 +0000
commit47b2a64f74311b6cba2c6d93ab6db3563f1123ae (patch)
tree8d036b6ba0a5dfb5f56b39ac70836461984491c8 /Mk
parent4c46450129a715184fc2b7bde65d2a4a46d37179 (diff)
downloadports-47b2a64f74311b6cba2c6d93ab6db3563f1123ae.tar.gz
ports-47b2a64f74311b6cba2c6d93ab6db3563f1123ae.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 0be9c71283fd..f0b8303e0594 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -273,6 +273,7 @@ pango_USE_GNOME_IMPL= glib20
gtk20_LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
gtk20_DETECT= ${X11BASE}/libdata/pkgconfig/gtk+-x11-2.0.pc
gtk20_USE_GNOME_IMPL= intltool atk pango
+GTK2_VERSION= 2.4.0
linc_LIB_DEPENDS= linc.1:${PORTSDIR}/net/linc
linc_DETECT= ${LOCALBASE}/libdata/pkgconfig/linc.pc
@@ -624,6 +625,10 @@ BROKEN= Unknown component ${component}
_USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component}
. endfor
+# Setup the GTK+ API version for pixbuf loaders, input method modules,
+# and theme engines.
+PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}"
+
# Then handle the ltverhack component (it has to be done here, because
# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is
# included in the post-makefile section).