diff options
author | dillo <dillo@pkgsrc.org> | 2002-09-04 16:37:39 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-09-04 16:37:39 +0000 |
commit | 575fa7a86a9ca65ec3ab5a31bcfa187846c58c00 (patch) | |
tree | d72ce1c2733200aee5471e34c6649dd38f2c27e4 | |
parent | 0af60ea7f3cba0651d700c3c0c931e031a087abc (diff) | |
download | pkgsrc-575fa7a86a9ca65ec3ab5a31bcfa187846c58c00.tar.gz |
add and enable jpeg2ps
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 71efdaad482..d1583193446 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2002/08/28 19:40:52 seb Exp $ +# $NetBSD: Makefile,v 1.197 2002/09/04 16:37:39 dillo Exp $ # COMMENT= Graphics tools and libraries @@ -90,6 +90,7 @@ SUBDIR+= ivtools SUBDIR+= jasper SUBDIR+= jhead SUBDIR+= jpeg +SUBDIR+= jpeg2ps SUBDIR+= kdegraphics SUBDIR+= kdegraphics2 SUBDIR+= kdegraphics3 |