diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-25 18:07:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-25 18:07:40 +0000 |
commit | f9ed8a13bd45e111b60e05800323096b6b3c5359 (patch) | |
tree | ea30710d962b5a84221483cdd25ec3e4920d7b9e /textproc/tex2page | |
parent | ddf3f030c0adb88593c0687f788692134d43bf4f (diff) | |
download | pkgsrc-f9ed8a13bd45e111b60e05800323096b6b3c5359.tar.gz |
Let tex2page depend on dvipsk because teTeX-bin no longer provides dvips.
Bump PKGREVISION.
Diffstat (limited to 'textproc/tex2page')
-rw-r--r-- | textproc/tex2page/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile index 240f8f5d90f..b2d288dbda3 100644 --- a/textproc/tex2page/Makefile +++ b/textproc/tex2page/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2007/06/12 02:55:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2009/02/25 18:07:40 minskim Exp $ # DISTNAME= tex2page DIST_SUBDIR= tex2page-20060131 PKGNAME= tex2page-20060131 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/ @@ -12,6 +12,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.ccs.neu.edu/home/dorai/tex2page/ COMMENT= Converts TeX manuscripts into (HTML) web pages +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk + USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes USE_TOOLS+= gs:run |