summaryrefslogtreecommitdiff
path: root/graphics/geomview
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:10:35 +0000
committerjschauma <jschauma>2003-03-09 19:10:35 +0000
commit329d148cb54454dca35837d463ae13fe02deadbb (patch)
treec9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /graphics/geomview
parente48721d3afc358846a6ced78a6b9282995795294 (diff)
downloadpkgsrc-329d148cb54454dca35837d463ae13fe02deadbb.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/geomview')
-rw-r--r--graphics/geomview/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index e160c25e5c0..57529d95178 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2002/09/22 00:18:25 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2003/03/09 19:17:56 jschauma Exp $
DISTNAME= geomview-1.8.1
+PKGREVISION= 1
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geomview/}
@@ -41,7 +42,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/html/pix/* \
${PREFIX}/share/doc/html/geomview/pix
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/motif.buildlink2.mk"
.include "../../mk/texinfo.mk"