diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-08 22:56:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-08 22:56:56 +0000 |
commit | d9f32920a88b8af7eacdcba325544a95dae4a42e (patch) | |
tree | 67b52ab90576307ce5ea8a273c2cbf34ae69bf3e /graphics | |
parent | 17ec40826889336eb20dc6bf662760ce503e7274 (diff) | |
download | pkgsrc-d9f32920a88b8af7eacdcba325544a95dae4a42e.tar.gz |
Add ps2eps.
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 bf2c02366b9..26f7412aea3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2006/04/06 16:47:17 drochner Exp $ +# $NetBSD: Makefile,v 1.415 2006/04/08 22:56:56 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -240,6 +240,7 @@ SUBDIR+= potrace SUBDIR+= povray SUBDIR+= ppmtoxvpic SUBDIR+= prag +SUBDIR+= ps2eps SUBDIR+= pstoedit SUBDIR+= py-biggles SUBDIR+= py-gd |