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/lib3ds | |
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/lib3ds')
-rw-r--r-- | graphics/lib3ds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index 2f53758f286..e721359e13f 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/10/20 13:24:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/09 19:17:56 jschauma Exp $ # DISTNAME= lib3ds-1.2.0 +PKGREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lib3ds/} |