diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-06 15:57:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-06 15:57:32 +0000 |
commit | d08350e08da976c68052c1db8cc69d4628c2e814 (patch) | |
tree | 6756c866976f63e05072865cc43e29d61d5f0da8 | |
parent | 64b661503e2952287eceb2d4bc30436851c1b207 (diff) | |
download | pkgsrc-d08350e08da976c68052c1db8cc69d4628c2e814.tar.gz |
teTeX-bin>=3.0 has dvipng.
-rw-r--r-- | print/dvipng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile index 7a82b444801..65705e13668 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/06 06:22:36 reed Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/06 15:57:32 jlam Exp $ DISTNAME= dvipng-1.7 CATEGORIES= textproc converters @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dvipng.sourceforge.net/dvipng.html COMMENT= Convert DVI files to PNG files +CONFLICTS+= teTeX-bin-[3-9].* teTeX-bin-[1-9][0-9]* + USE_TOOLS+= makeinfo USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |