diff options
author | tonio <tonio> | 2006-01-08 14:00:11 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-01-08 14:00:11 +0000 |
commit | 95f411cbed0e96e21b75b98bf8f94b86bbb94f5e (patch) | |
tree | 4e2501ff1292c647808c2d60a1f115cf87fd0afd /print/dvipng | |
parent | f23f953aea560e1ee8d25eca011cd1a350387e51 (diff) | |
download | pkgsrc-95f411cbed0e96e21b75b98bf8f94b86bbb94f5e.tar.gz |
Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary
Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
Diffstat (limited to 'print/dvipng')
-rw-r--r-- | print/dvipng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile index a13cc04dc6a..cfae92493f3 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2005/11/08 20:46:18 tonio Exp $ +# $NetBSD: Makefile,v 1.17 2006/01/08 14:00:11 tonio Exp $ DISTNAME= dvipng-1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvipng/} |