diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-05-15 03:14:52 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-05-15 03:14:52 +0800 |
commit | ed406adc6f9fe130a6f7eacd20a55508c32a5826 (patch) | |
tree | 428f7d5f90906e0b98d7b2e3e290f62587bd3d93 /print | |
parent | f50e4f95ac555fbb9b488a5c3aa0ddbd1eac4fb9 (diff) | |
download | freebsd-ports-gnome-ed406adc6f9fe130a6f7eacd20a55508c32a5826.tar.gz freebsd-ports-gnome-ed406adc6f9fe130a6f7eacd20a55508c32a5826.tar.zst freebsd-ports-gnome-ed406adc6f9fe130a6f7eacd20a55508c32a5826.zip |
Fix typo in OPTIONS_DEFINE, the second PYTHON should be PANGO.
PR: ports/178643
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/fontforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 801fe62634f6..0b4ac6ccc3aa 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -31,7 +31,7 @@ USE_XORG= x11 xi ice xkbui USE_GMAKE= yes PATCH_STRIP= -l -OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PYTHON +OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO OPTIONS_DEFAULT= DOCS MULTILAYER PLUGINS MULTILAYER_DESC= type3/SVG multilayer font support |