summaryrefslogtreecommitdiff
path: root/x11/gtkglarea
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:23:09 +0000
committerjschauma <jschauma>2003-03-09 19:23:09 +0000
commit0107b9d3cbdb684b5322ba5564e95928165c4fc5 (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/gtkglarea
parentcb70dd21c253871b85c5a0c3d042c9680253cf53 (diff)
downloadpkgsrc-0107b9d3cbdb684b5322ba5564e95928165c4fc5.tar.gz
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'x11/gtkglarea')
-rw-r--r--x11/gtkglarea/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile
index da02f428d89..9d56fa7dc7f 100644
--- a/x11/gtkglarea/Makefile
+++ b/x11/gtkglarea/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2002/10/20 13:36:17 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2003/03/09 19:28:16 jschauma Exp $
DISTNAME= gtkglarea-1.2.2
+PKGREVISION= 1
CATEGORIES= x11 graphics
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
@@ -15,7 +16,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
-CONFIGURE_ARGS+= --with-GL-prefix="${BUILDLINK_PREFIX.Mesa}"
+CONFIGURE_ARGS+= --with-GL-prefix="${BUILDLINK_PREFIX.MesaLib}"
CONFIGURE_ARGS+= --with-lib-MesaGL
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
@@ -30,6 +31,8 @@ post-install:
${LN} -fs ${PREFIX}/share/aclocal/gtkgl.m4 \
${LOCALBASE}/share/aclocal/gtkgl.m4
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"