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
commit0e88f68123b0cbf591a55ff3f2dc17788134b1e6 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/cupsomatic
parent70ade79ba197431c4d16782f3892017ba3016646 (diff)
downloadpkgsrc-0e88f68123b0cbf591a55ff3f2dc17788134b1e6.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"