summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-03-16 22:44:34 +0000
committerdholland <dholland@pkgsrc.org>2013-03-16 22:44:34 +0000
commitd75b860a6f298714d2bb2520d4020d47b4449d16 (patch)
tree1ea66c63b3e537263d0968ab8c7e303296eeb573 /print
parent7cc450943057732a5bd89851becb24d3ef66187c (diff)
downloadpkgsrc-d75b860a6f298714d2bb2520d4020d47b4449d16.tar.gz
Update ghostscript depends. PKGREVISION -> 8
Diffstat (limited to 'print')
-rw-r--r--print/cups-drivers-Magicolor5440DL/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/print/cups-drivers-Magicolor5440DL/Makefile b/print/cups-drivers-Magicolor5440DL/Makefile
index 14a14c45c55..2e66f8dd1c5 100644
--- a/print/cups-drivers-Magicolor5440DL/Makefile
+++ b/print/cups-drivers-Magicolor5440DL/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2013/02/16 11:24:06 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/03/16 22:44:34 dholland Exp $
#
DISTNAME= 5440DL_lin64bit_1_2_1
PKGNAME= cups-drivers-Magicolor5440DL-1.2.1
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= print
MASTER_SITES= http://printer.konicaminolta.net/drivers/linux/
EXTRACT_SUFX= .zip
@@ -14,7 +14,6 @@ COMMENT= CUPS drivers for printer Konica Minolta Magicolor 5440DL
BUILD_DEPENDS+= jbigkit>=1.6:../../graphics/jbigkit
DEPENDS+= cups>=1.1.14:../../print/cups
-DEPENDS+= ghostscript>=8.0:../../print/ghostscript
WRKSRC= ${WRKDIR}/5440DL_64_v1.2.1/magicolor5440DL-1.2.1/
@@ -29,6 +28,13 @@ post-extract:
cd ${WRKDIR}/5440DL_64_v1.2.1/; \
extract_file=src/magicolor5440DL-1.2.1.tar.gz; ${EXTRACT_CMD}
+# This >=8.0 should be restored if we ever go back to a single package
+# called just "ghostscript". (The current family of packages were
+# created in the days of 9.x and therefore always satisfy this
+# requirement.)
+#DEPENDS+= ghostscript>=8.0:../../print/ghostscript
+.include "../../print/ghostscript/ghostscript.mk"
+
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/jbigkit/buildlink3.mk"
.include "../../print/cups/buildlink3.mk"