diff options
author | hrs <hrs@FreeBSD.org> | 2015-08-24 14:09:14 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-08-24 14:09:14 +0800 |
commit | c73bd374929ab2ec0227f4d80183739bcac5bced (patch) | |
tree | e0bc937f00208ae82558848e5efa83f53dc89df9 /print | |
parent | 05ce62396b6367e0aabea3a38ca6d239f5cebe37 (diff) | |
download | freebsd-ports-gnome-c73bd374929ab2ec0227f4d80183739bcac5bced.tar.gz freebsd-ports-gnome-c73bd374929ab2ec0227f4d80183739bcac5bced.tar.zst freebsd-ports-gnome-c73bd374929ab2ec0227f4d80183739bcac5bced.zip |
Fix build error.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript9-agpl-x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index 15ad0c619374..2218218ff517 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --disable-compile-inits \ --disable-contrib \ --enable-dynamic \ --disable-freetype \ + --disable-fontconfig \ --without-libiconv \ --without-system-libtiff \ --without-ijs \ |