summaryrefslogtreecommitdiff
path: root/graphics/gtkglext/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-16 17:43:56 +0000
committerwiz <wiz>2012-10-16 17:43:56 +0000
commite7b1bcf25e95900e9ea152117ecd237fca757995 (patch)
tree7cf1157533329c13c9f290e763a4ab1a528c17b9 /graphics/gtkglext/Makefile
parent1a08975f794411072a11c378059c8f092ffded08 (diff)
downloadpkgsrc-e7b1bcf25e95900e9ea152117ecd237fca757995.tar.gz
Depend on pangox-compat now that pango doesn't supply pangox any longer.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gtkglext/Makefile')
-rw-r--r--graphics/gtkglext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gtkglext/Makefile b/graphics/gtkglext/Makefile
index c8cca18dfa8..a7cddf46213 100644
--- a/graphics/gtkglext/Makefile
+++ b/graphics/gtkglext/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2012/10/08 23:00:49 adam Exp $
+# $NetBSD: Makefile,v 1.53 2012/10/16 17:43:56 wiz Exp $
DISTNAME= gtkglext-1.2.0
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkglext/}
EXTRACT_SUFX= .tar.bz2
@@ -23,6 +23,7 @@ LIBS+= -lm
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../devel/pango/buildlink3.mk"
+.include "../../devel/pangox-compat/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.20.0
.include "../../x11/gtk2/buildlink3.mk"