diff options
author | minskim <minskim> | 2009-04-11 22:09:43 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-11 22:09:43 +0000 |
commit | a6abe0a3165cc83ae7ac37cff071303c8277b410 (patch) | |
tree | 522ade178e627703fb48aea66652fcc8d69ac3ff /print/teTeX | |
parent | 437747b7ae00821c2e33b84cc021712eff1cbb64 (diff) | |
download | pkgsrc-a6abe0a3165cc83ae7ac37cff071303c8277b410.tar.gz |
Resolve conflicts between dvipng and teTeX-bin.
Both packages installed bin/dvipng and bin/dvigif; now only dvipng
installs them.
Diffstat (limited to 'print/teTeX')
-rw-r--r-- | print/teTeX/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 9832cd4d9d1..53a61fd83da 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2009/02/23 20:14:19 minskim Exp $ +# $NetBSD: Makefile,v 1.50 2009/04/11 22:09:43 minskim Exp $ DISTNAME= teTeX-3.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print meta-pkgs MASTER_SITES= # empty @@ -9,6 +9,7 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems +DEPENDS+= dvipng-[0-9]*:../../graphics/dvipng DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf |