diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-29 17:49:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-29 17:49:21 +0800 |
commit | 81662bbb9d6dc2945585067100cd7f70d2b7b64c (patch) | |
tree | 3136d30cceb2b9308c885d1177b5ae72858d886d /print/Makefile | |
parent | 151708748891eda82908c331d367e5feb5dd8343 (diff) | |
download | freebsd-ports-gnome-81662bbb9d6dc2945585067100cd7f70d2b7b64c.tar.gz freebsd-ports-gnome-81662bbb9d6dc2945585067100cd7f70d2b7b64c.tar.zst freebsd-ports-gnome-81662bbb9d6dc2945585067100cd7f70d2b7b64c.zip |
Add harfbuzz. Harfbuzz is a OpenType text shaping engine.
The extra-src_hb-open-type-private.hh patch is from pkgsrc to fix the build
with base gcc.
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 64db1d05bd9c..8905a37baa57 100644 --- a/print/Makefile +++ b/print/Makefile @@ -102,6 +102,7 @@ SUBDIR += gutenprint-foomatic SUBDIR += gutenprint-ijs SUBDIR += gv + SUBDIR += harfbuzz SUBDIR += hp2xx SUBDIR += hpijs SUBDIR += hplip |