summaryrefslogtreecommitdiff
path: root/print/ghostscript
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-11-01 23:57:29 +0000
committergdt <gdt@pkgsrc.org>2009-11-01 23:57:29 +0000
commit153190cf484e19174a13d451c5efa259c561211d (patch)
tree884fb0b045cf917e61009beaa0bcf334f0d1b8bc /print/ghostscript
parente561937524bb6fe43b72102470ad98f102923a21 (diff)
downloadpkgsrc-153190cf484e19174a13d451c5efa259c561211d.tar.gz
When the cups option is enabled, bl3 in jpeg, so that a dependency
which seems to actually exist is recorded. (When I updated jpeg from 6.2 to 7, the shlib major changed, ghostscript was not rebuilt, and it failed to run.) Proposed on tech-pkg on 22 October, with no objections received.
Diffstat (limited to 'print/ghostscript')
-rw-r--r--print/ghostscript/Makefile3
-rw-r--r--print/ghostscript/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index b1740310fe7..ac8d496177f 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2009/09/07 10:07:38 drochner Exp $
+# $NetBSD: Makefile,v 1.70 2009/11/01 23:57:29 gdt Exp $
DISTNAME= ghostscript-8.70
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
EXTRACT_SUFX= .tar.bz2
diff --git a/print/ghostscript/options.mk b/print/ghostscript/options.mk
index c93c253b70e..f346594a4c5 100644
--- a/print/ghostscript/options.mk
+++ b/print/ghostscript/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2009/09/02 15:56:03 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2009/11/01 23:57:29 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript
PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig
@@ -32,6 +32,7 @@ SUBST_FILES.cupsetc= cups/cups.mak
SUBST_SED.cupsetc= -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g'
.include "../../print/cups/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-cups
.endif