diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-05 01:51:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-05 01:51:41 +0000 |
commit | 78bd036ab4a2a0c7e29268658bbcd546151ef260 (patch) | |
tree | 540e4bf4b04dcd32fa58dc79a60717666d5bceac /graphics | |
parent | fe786c05cb807217207d6c8e23842edc194076d9 (diff) | |
download | pkgsrc-78bd036ab4a2a0c7e29268658bbcd546151ef260.tar.gz |
add & enable ppmtoxvpic
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index bf06a5f6442..180f2216024 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2001/08/01 14:56:58 rh Exp $ +# $NetBSD: Makefile,v 1.152 2001/08/05 01:51:41 hubertf Exp $ # COMMENT= Graphics tools and libraries @@ -114,6 +114,7 @@ SUBDIR+= png SUBDIR+= png2html SUBDIR+= pngcrush SUBDIR+= povray +SUBDIR+= ppmtoxvpic SUBDIR+= prag SUBDIR+= pstoedit SUBDIR+= py-gd |