diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:36:05 +0000 |
commit | 2f4126dc58a114d0237e603c89b2b475b9fbb38f (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /editors/ted | |
parent | dfa758c4ea4c53e8949343589574528ccd889f36 (diff) | |
download | pkgsrc-2f4126dc58a114d0237e603c89b2b475b9fbb38f.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 06ff7c5ec62..0c2cedf1529 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2010/12/23 11:44:29 dsainty Exp $ +# $NetBSD: Makefile,v 1.42 2011/01/13 13:37:32 wiz Exp $ DISTNAME= ted-2.21.src PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ |