pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/magicfilter Depend on "dvipsk" package because i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdb3d58eef53
branches:  trunk
changeset: 555300:bdb3d58eef53
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Feb 27 10:00:29 2009 +0000

description:
Depend on "dvipsk" package because it provides the "dvips" binary after
the recent TeX package changes. Bump package revision.

diffstat:

 print/magicfilter/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 9fae97d2f240 -r bdb3d58eef53 print/magicfilter/Makefile
--- a/print/magicfilter/Makefile        Fri Feb 27 07:41:37 2009 +0000
+++ b/print/magicfilter/Makefile        Fri Feb 27 10:00:29 2009 +0000
@@ -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 @@
 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 @@
          ${INSTALL_SCRIPT} "$$f" ${PREFIX}/${FILTER_DIR}/"$$f";        \
        done
 
-.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index