summaryrefslogtreecommitdiff
path: root/print/ghostscript/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-01-10 09:09:02 +0000
committertron <tron@pkgsrc.org>2008-01-10 09:09:02 +0000
commitb333496292353a58981a1510ce530c61a8ee85db (patch)
tree2f5e96d9884af6dccf32abfaf48030f1a31a27af /print/ghostscript/Makefile
parent8d7eeea0ec391beac255ae7c0501de3242af7d91 (diff)
downloadpkgsrc-b333496292353a58981a1510ce530c61a8ee85db.tar.gz
Add dependence on "fontconfig" package. "ghostscript" actively checks
whether "fontconfig" is installed and fails to build afterwards (at least under NetBSD-i386 4.0). Bump package revision because of this change.
Diffstat (limited to 'print/ghostscript/Makefile')
-rw-r--r--print/ghostscript/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index b9da7aae020..b42c1d37321 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2008/01/09 19:01:07 drochner Exp $
+# $NetBSD: Makefile,v 1.41 2008/01/10 09:09:02 tron Exp $
DISTNAME= ghostscript-8.61
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
EXTRACT_SUFX= .tar.bz2
@@ -54,6 +55,7 @@ post-extract:
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
# pkgsrc jasper is too new
#.include "../../graphics/jasper/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"