summaryrefslogtreecommitdiff
path: root/print/dvipng
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-24 13:02:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-24 13:02:00 +0000
commiteeee7fac9fe4a0832e02d75bf0557ffdc07b342a (patch)
tree12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/dvipng
parent3409558f525bf0bab36bbcbb71e23d86e6371709 (diff)
downloadpkgsrc-eeee7fac9fe4a0832e02d75bf0557ffdc07b342a.tar.gz
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'print/dvipng')
-rw-r--r--print/dvipng/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile
index 33598bfc7d7..3c71237cf50 100644
--- a/print/dvipng/Makefile
+++ b/print/dvipng/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/12/15 13:45:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= dvipng-0.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=preview-latex/}
@@ -22,5 +22,5 @@ BUILDLINK_DEPENDS.freetype2?= freetype2>=2.1.3
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/gd/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
-.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"