diff options
Diffstat (limited to 'print/cupsomatic/Makefile')
-rw-r--r-- | print/cupsomatic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile index b2210f08764..ad0bf053532 100644 --- a/print/cupsomatic/Makefile +++ b/print/cupsomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/28 06:41:21 jlam Exp $ DISTNAME= cupsomatic PKGNAME= ${DISTNAME}-2.2 @@ -31,7 +31,7 @@ DEPENDS+= cups>=1.1.14nb1:../../print/cups DEPENDS+= foomatic-gswrapper>=1.2:../../print/foomatic-gswrapper DEPENDS+= mpage-[0-9]*:../../print/mpage -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run gs:run EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME} FILTERDIR= ${PREFIX}/libexec/cups/filter @@ -53,5 +53,4 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/$${file} ${FILTERDIR}; \ done -.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |