diff options
author | wiz <wiz> | 2002-08-06 14:07:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-06 14:07:20 +0000 |
commit | 39cf948dbaf5e98e2b70c2035d0a53669f7b32a3 (patch) | |
tree | c4d89a2d3b4e2b58dbfedfac9d8dee3736e43056 /print | |
parent | 3a1b215e7d71667f721cdf42b772a747894affc3 (diff) | |
download | pkgsrc-39cf948dbaf5e98e2b70c2035d0a53669f7b32a3.tar.gz |
Add and enable xpdf-chinese-simplified, xpdf-chinese-traditional,
xpdf-cyrillic, xpdf-greek, xpdf-japanese, xpdf-korean, xpdf-latin2,
xpdf-thai, and xpdf-turkish.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 27d9f2b8d13..2110bb35663 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2002/08/01 11:59:43 grant Exp $ +# $NetBSD: Makefile,v 1.81 2002/08/06 14:07:20 wiz Exp $ # COMMENT= Desktop publishing @@ -73,6 +73,15 @@ SUBDIR+= texfamily SUBDIR+= texfamily-share SUBDIR+= transfig SUBDIR+= xpdf +SUBDIR+= xpdf-chinese-simplified +SUBDIR+= xpdf-chinese-traditional +SUBDIR+= xpdf-cyrillic +SUBDIR+= xpdf-greek +SUBDIR+= xpdf-japanese +SUBDIR+= xpdf-korean +SUBDIR+= xpdf-latin2 +SUBDIR+= xpdf-thai +SUBDIR+= xpdf-turkish SUBDIR+= xpp SUBDIR+= yup |