Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 06:09:14 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395158 - head/print/ghostscript9-agpl-x11
Message-ID:  <201508240609.t7O69Ec3044105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Aug 24 06:09:14 2015
New Revision: 395158
URL: https://svnweb.freebsd.org/changeset/ports/395158

Log:
  Fix build error.

Modified:
  head/print/ghostscript9-agpl-x11/Makefile

Modified: head/print/ghostscript9-agpl-x11/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-x11/Makefile	Mon Aug 24 06:05:53 2015	(r395157)
+++ head/print/ghostscript9-agpl-x11/Makefile	Mon Aug 24 06:09:14 2015	(r395158)
@@ -33,6 +33,7 @@ CONFIGURE_ARGS=	--disable-compile-inits 
 		--disable-contrib \
 		--enable-dynamic \
 		--disable-freetype \
+		--disable-fontconfig \
 		--without-libiconv \
 		--without-system-libtiff \
 		--without-ijs \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508240609.t7O69Ec3044105>