pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript Add dependence on "fontconfig" packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b106322428d
branches:  trunk
changeset: 537518:3b106322428d
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 10 09:09:02 2008 +0000

description:
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:

 print/ghostscript/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r bcf2a9bb6096 -r 3b106322428d print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Thu Jan 10 09:00:43 2008 +0000
+++ b/print/ghostscript/Makefile        Thu Jan 10 09:09:02 2008 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index