summaryrefslogtreecommitdiff
path: root/print/cupsomatic
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 06:53:31 +0000
committerjlam <jlam>2002-09-13 06:53:31 +0000
commit10035fcdc6e26e1c5e9db5abf0df0105d66671b5 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/cupsomatic
parent0a2a39bebc50e86a43dd22a214e196bb2116d058 (diff)
downloadpkgsrc-10035fcdc6e26e1c5e9db5abf0df0105d66671b5.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'print/cupsomatic')
-rw-r--r--print/cupsomatic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile
index 9b60918cbd9..fe3337e8d0f 100644
--- a/print/cupsomatic/Makefile
+++ b/print/cupsomatic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/03/21 03:48:15 fredb Exp $
+# $NetBSD: Makefile,v 1.13 2002/09/13 06:53:36 jlam Exp $
DISTNAME= cupsomatic
PKGNAME= ${DISTNAME}-2.2
@@ -28,7 +28,6 @@ DIST_SUBDIR= ${PKGNAME_NOREV}
DEPENDS+= cups>=1.1.14nb1:../../print/cups
DEPENDS+= foomatic-gswrapper>=1.2:../../print/foomatic-gswrapper
-DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+= mpage-[0-9]*:../../print/mpage
USE_PERL5= yes
@@ -53,4 +52,5 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/$${file} ${FILTERDIR}; \
done
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"