Date: Wed, 18 Sep 2013 06:35:25 +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: r327519 - in head/print: ghostscript9 ghostscript9-agpl Message-ID: <201309180635.r8I6ZPks092403@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Wed Sep 18 06:35:24 2013 New Revision: 327519 URL: http://svnweb.freebsd.org/changeset/ports/327519 Log: Fix build. Reported by: pkg-fallout Modified: head/print/ghostscript9-agpl/Makefile head/print/ghostscript9/Makefile Modified: head/print/ghostscript9-agpl/Makefile ============================================================================== --- head/print/ghostscript9-agpl/Makefile Wed Sep 18 06:34:54 2013 (r327518) +++ head/print/ghostscript9-agpl/Makefile Wed Sep 18 06:35:24 2013 (r327519) @@ -35,7 +35,7 @@ CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* -USES= gmake +USES= gmake pkgconfig:build USE_BZIP2= yes WANT_GNOME= yes USE_LDCONFIG= yes Modified: head/print/ghostscript9/Makefile ============================================================================== --- head/print/ghostscript9/Makefile Wed Sep 18 06:34:54 2013 (r327518) +++ head/print/ghostscript9/Makefile Wed Sep 18 06:35:24 2013 (r327519) @@ -37,7 +37,7 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= gmake +USES= gmake pkgconfig:build USE_BZIP2= yes WANT_GNOME= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309180635.r8I6ZPks092403>