diff options
author | dillo <dillo> | 2002-10-16 14:47:01 +0000 |
---|---|---|
committer | dillo <dillo> | 2002-10-16 14:47:01 +0000 |
commit | c57c459814fe443da057dfc1627ea6c3c8cd5e3e (patch) | |
tree | 76369d1bc0d63c4c3c94a34071296e7119523e15 /print | |
parent | 7bf640dbf5de696beb77f14165640b91e5868447 (diff) | |
download | pkgsrc-c57c459814fe443da057dfc1627ea6c3c8cd5e3e.tar.gz |
add and enable img2eps
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 23d9956a032..29282441783 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2002/10/09 05:13:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.91 2002/10/16 14:47:01 dillo Exp $ # COMMENT= Desktop publishing @@ -42,6 +42,7 @@ SUBDIR+= hpijs SUBDIR+= html2ps SUBDIR+= if-psprint SUBDIR+= ijs +SUBDIR+= img2eps SUBDIR+= ja-a2ps SUBDIR+= ja-dvipdfm SUBDIR+= ja-vflib |