diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-06-22 02:40:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-06-22 02:40:34 +0000 |
commit | 78d2753ee742a64430d18fddd00a938fce5f811e (patch) | |
tree | 6ad696691beed879611f19f97e97dd1f3c607ac9 /print/Makefile | |
parent | Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of (diff) |
A simple library to read Adobe Font Metrics files and use the data conveniently
WWW: http://github.com/halfbyte/afm
Notes
Notes:
svn path=/head/; revision=321528
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 8371d77ec31e..a389c5bf45ec 100644 --- a/print/Makefile +++ b/print/Makefile @@ -266,6 +266,7 @@ SUBDIR += rtf2latex SUBDIR += rtf2latex2e SUBDIR += ruby-panda + SUBDIR += rubygem-afm SUBDIR += rubygem-color SUBDIR += rubygem-colortools SUBDIR += rubygem-pdfwriter |