diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-09 03:05:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-09 03:05:52 +0800 |
commit | 8d3d631ba801231dfea7421bb30d0383cbe24b7c (patch) | |
tree | fff46cfe69eaf9f2fb6ff07555da5079e78ae658 /print/Makefile | |
parent | 86405b3dd794273dcae26346f4c360f1ad0751bd (diff) | |
download | freebsd-ports-graphics-8d3d631ba801231dfea7421bb30d0383cbe24b7c.tar.gz freebsd-ports-graphics-8d3d631ba801231dfea7421bb30d0383cbe24b7c.tar.zst freebsd-ports-graphics-8d3d631ba801231dfea7421bb30d0383cbe24b7c.zip |
Add py-freetype 0.5, a Python wrapping of the FreeType 1.2 fonts
rendering engine. In fact the software called PyFT, but py-freetype
better reflects its purpose.
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 f72904514b8..527c64039a2 100644 --- a/print/Makefile +++ b/print/Makefile @@ -108,6 +108,7 @@ SUBDIR += pstotext SUBDIR += psutils-a4 SUBDIR += psutils-letter + SUBDIR += py-freetype SUBDIR += py-reportlab SUBDIR += rlpr SUBDIR += rtf2latex |