diff options
author | adam <adam@pkgsrc.org> | 2004-11-26 14:15:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-26 14:15:34 +0000 |
commit | 3de933bfef923cb37fb5a4df49f320b5eecd3d88 (patch) | |
tree | 000d1bf088f910f66c9cfeb3615cc1236df50cda | |
parent | c08e56fc7fa949c3bc4758996d822aa8be913852 (diff) | |
download | pkgsrc-3de933bfef923cb37fb5a4df49f320b5eecd3d88.tar.gz |
Added potrace-1.5
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0984a9f374d..c8553362888 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8015 2004/11/26 13:39:48 adam Exp $ +$NetBSD: CHANGES,v 1.8016 2004/11/26 14:16:18 adam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5451,3 +5451,4 @@ Changes to the packages collection and infrastructure in 2004: Updated bitchx to 1.1 [adam 2004-11-26] Added mftrace-1.0.35 [adam 2004-11-26] Updated libcdaudio to 0.99.12 [adam 2004-11-26] + Added potrace-1.5 [adam 2004-11-26] diff --git a/graphics/Makefile b/graphics/Makefile index 0626247617b..d895c5b10f5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2004/11/11 06:17:54 minskim Exp $ +# $NetBSD: Makefile,v 1.346 2004/11/26 14:15:34 adam Exp $ # COMMENT= Graphics tools and libraries @@ -210,6 +210,7 @@ SUBDIR+= plplot SUBDIR+= png SUBDIR+= png2html SUBDIR+= pngcrush +SUBDIR+= potrace SUBDIR+= povray SUBDIR+= ppmtoxvpic SUBDIR+= prag |