summaryrefslogtreecommitdiff
path: root/print/magicfilter
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-02-27 10:00:29 +0000
committertron <tron@pkgsrc.org>2009-02-27 10:00:29 +0000
commited69eacece31f889687a96f4f44c017009e5b8de (patch)
tree11b6307e79eff3a132f4588100dcece8c9a18c7e /print/magicfilter
parent5fbd22ba5d169308bb6867ed9ff89a16c6a9432d (diff)
downloadpkgsrc-ed69eacece31f889687a96f4f44c017009e5b8de.tar.gz
Depend on "dvipsk" package because it provides the "dvips" binary after
the recent TeX package changes. Bump package revision.
Diffstat (limited to 'print/magicfilter')
-rw-r--r--print/magicfilter/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 5ce1e13322b..c01293f2e5b 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2008/02/15 15:47:56 tron Exp $
+# $NetBSD: Makefile,v 1.53 2009/02/27 10:00:29 tron Exp $
DISTNAME= magicfilter-1.2
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/}
@@ -13,12 +13,12 @@ COMMENT= Customizable, extensible automatic printer filter
DEPENDS+= a2ps-[0-9]*:../../print/a2ps
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
DEPENDS+= papersize-[0-9]*:../../print/papersize
+DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
USE_TOOLS+= gmake gs:run gzip
GNU_CONFIGURE= yes
CONFIGURE_ENV+= GHOSTSCRIPT=${TOOLS_PATH.gs}
CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
-TEX_ACCEPTED= teTeX3
FILTER_DIR= libexec/magicfilter
@@ -58,5 +58,4 @@ post-install:
${INSTALL_SCRIPT} "$$f" ${PREFIX}/${FILTER_DIR}/"$$f"; \
done
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"