summaryrefslogtreecommitdiff
path: root/graphics/dvipng
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-04-11 22:09:43 +0000
committerminskim <minskim@pkgsrc.org>2009-04-11 22:09:43 +0000
commit45644f53318ebbeb61dadc6fbee2ed88fda130df (patch)
tree522ade178e627703fb48aea66652fcc8d69ac3ff /graphics/dvipng
parent33b9c0680802cb2f85c05a44afaae41d46c6fd59 (diff)
downloadpkgsrc-45644f53318ebbeb61dadc6fbee2ed88fda130df.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 'graphics/dvipng')
-rw-r--r--graphics/dvipng/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile
index 514311c5f80..630cf2f9518 100644
--- a/graphics/dvipng/Makefile
+++ b/graphics/dvipng/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/03/15 11:34:06 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/11 22:09:43 minskim Exp $
#
DISTNAME= dvipng-1.11
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvipng/}
@@ -9,6 +10,8 @@ MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://savannah.nongnu.org/projects/dvipng/
COMMENT= Convert TeX DVI files to PNG or GIF
+DEPENDS+= teTeX-bin>=3.0nb27:../../print/teTeX3-bin
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
@@ -19,5 +22,4 @@ USE_TOOLS+= makeinfo
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../print/kpathsea/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"