diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-13 13:55:59 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-13 13:55:59 +0000 |
commit | 04a68912d07c6a9694cee0f05b7974cebbdcf8a2 (patch) | |
tree | d00db508b48eeac0ec92c4d56ada20abbf9163b0 /x11/tk/Makefile | |
parent | b4edc301928a9559a28936a2fb0be5b09469e0d8 (diff) | |
download | pkgsrc-04a68912d07c6a9694cee0f05b7974cebbdcf8a2.tar.gz |
PR/34229 -- Bump API requirement to 8.4.12nb1. Untested.
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r-- | x11/tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index ddeef454e77..b6c284f758a 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2009/09/12 18:12:13 snj Exp $ +# $NetBSD: Makefile,v 1.65 2011/11/13 13:55:59 shattered Exp $ DISTNAME= tk${TK_VERSION}-src PKGNAME= tk-${TK_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} |