summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>2008-01-10 09:09:02 +0000
committertron <tron>2008-01-10 09:09:02 +0000
commitc26c62d4ba24c089f48707992fae760820d13ebc (patch)
tree2f5e96d9884af6dccf32abfaf48030f1a31a27af /print
parentad9f63bae129431c621ae7223010220621851563 (diff)
downloadpkgsrc-c26c62d4ba24c089f48707992fae760820d13ebc.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')
-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"