diff options
author | taca <taca@pkgsrc.org> | 2020-05-25 14:31:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-05-25 14:31:13 +0000 |
commit | 4d4bfa1bbe4abd686c0e3810c112252138b9a79a (patch) | |
tree | 45d19c4f07b5e3063bcf6aa98e345c1a0c08ad54 /print | |
parent | 4265d075ff1bf0cfe5cb7d8978943962eb1589e6 (diff) | |
download | pkgsrc-4d4bfa1bbe4abd686c0e3810c112252138b9a79a.tar.gz |
print/Makefile: add and enable ruby-rbpdf{,-font}
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index fcd1fcffdae..33d31fcb82d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.773 2020/05/22 03:36:20 markd Exp $ +# $NetBSD: Makefile,v 1.774 2020/05/25 14:31:13 taca Exp $ # COMMENT= Desktop publishing @@ -144,6 +144,8 @@ SUBDIR+= ruby-pdf-reader SUBDIR+= ruby-pdf-writer SUBDIR+= ruby-poppler SUBDIR+= ruby-prawn +SUBDIR+= ruby-rbpdf +SUBDIR+= ruby-rbpdf-font SUBDIR+= scribus-qt4 SUBDIR+= seetexk SUBDIR+= stylewriter |