diff options
author | salo <salo@pkgsrc.org> | 2003-05-24 09:32:34 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-24 09:32:34 +0000 |
commit | 35b3ba00da4a7bd02502b075c0426a8bf557858f (patch) | |
tree | 7848678cbab2125af69c8671aea1157ed204bc98 /graphics/lib3ds/Makefile | |
parent | 13af48bfeee6171f990b241fba0f797c7866fa18 (diff) | |
download | pkgsrc-35b3ba00da4a7bd02502b075c0426a8bf557858f.tar.gz |
PKGREVISION++
- build and install shared libraries and example programs
(patches mostly from FreeBSD)
- better DESCR
Diffstat (limited to 'graphics/lib3ds/Makefile')
-rw-r--r-- | graphics/lib3ds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index 5197691e6fe..1274c844124 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/05/24 08:08:57 salo Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/24 09:32:34 salo Exp $ # DISTNAME= lib3ds-1.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lib3ds/} |