summaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:10:35 +0000
committerjschauma <jschauma>2003-03-09 19:10:35 +0000
commitdd875d693ebf09f76ed039f2266c18b2cec3fd94 (patch)
treec9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /graphics/giram
parent600640b6c58bd59f97c8ced08d3e712a1c59c4cf (diff)
downloadpkgsrc-dd875d693ebf09f76ed039f2266c18b2cec3fd94.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 'graphics/giram')
-rw-r--r--graphics/giram/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 6d9e22c349b..83ee14797c3 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2003/03/08 22:25:30 jmc Exp $
+# $NetBSD: Makefile,v 1.25 2003/03/09 19:17:56 jschauma Exp $
DISTNAME= giram-0.3.4
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
@@ -33,6 +34,7 @@ CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc_user \
CONF_FILES+= ${PREFIX}/share/examples/giram/ps-menurc \
${PKG_SYSCONFDIR}/ps-menurc
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"