diff options
author | tron <tron@pkgsrc.org> | 2008-01-10 09:09:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-01-10 09:09:02 +0000 |
commit | 0f992f623c66b47c4194d33fdec58228d804518a (patch) | |
tree | 2f5e96d9884af6dccf32abfaf48030f1a31a27af /print/ghostscript | |
parent | e8fe05fc12f5077ca1b36aa0c732e3f8404073de (diff) | |
download | pkgsrc-0f992f623c66b47c4194d33fdec58228d804518a.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')
-rw-r--r-- | print/ghostscript/Makefile | 4 |
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" |