diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:10:35 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:10:35 +0000 |
commit | 77dbcbc11aae661d281adbf79ebabc44b45576db (patch) | |
tree | c9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /graphics/geomview | |
parent | 433551bc2510b595696a2711b22acd2a69eb17ee (diff) | |
download | pkgsrc-77dbcbc11aae661d281adbf79ebabc44b45576db.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/Makefile | 6 |
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" |