diff options
author | wiz <wiz> | 2006-05-18 20:25:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-18 20:25:17 +0000 |
commit | 4dd90d257bb5c045da347f383a8d736b37a49a6d (patch) | |
tree | cce6157d1bccb39cfe1e2ac71ebd9fde31e3264d | |
parent | 192134603e7bb2947b1045a0fe618dbbb37ebd24 (diff) | |
download | pkgsrc-4dd90d257bb5c045da347f383a8d736b37a49a6d.tar.gz |
Set TEX_ACCEPTED to teTeX2, since this package conflicts with teTeX-bin-[3-9]*.
-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 512b9cbc86e..7b44d9309ec 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/04/17 13:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2006/05/18 20:25:17 wiz Exp $ DISTNAME= dvipng-1.7 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dvipng.sourceforge.net/dvipng.html COMMENT= Convert DVI files to PNG files +TEX_ACCEPTED= teTeX2 + CONFLICTS+= teTeX-bin-[3-9].* teTeX-bin-[1-9][0-9]* USE_TOOLS+= makeinfo |