summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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