diff options
author | marino <marino@pkgsrc.org> | 2012-08-21 22:00:24 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-21 22:00:24 +0000 |
commit | a00605d5e9b9787f9bb3ee4ec8c5158575fe3158 (patch) | |
tree | 869e45dcb612ec8b072d2a38a8b4591d0d98419a /x11/blt/Makefile | |
parent | a795df978e8a160e7bdcd7d7de3202a6c8484621 (diff) | |
download | pkgsrc-a00605d5e9b9787f9bb3ee4ec8c5158575fe3158.tar.gz |
x11/blt: Add tcl/tk 8.5 support
Mask some EXTERN functions that are already present in tcl 8.5 headers.
Diffstat (limited to 'x11/blt/Makefile')
-rw-r--r-- | x11/blt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile index 6d7607e8e75..45e468757b9 100644 --- a/x11/blt/Makefile +++ b/x11/blt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2012/06/15 23:06:02 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2012/08/21 22:00:24 marino Exp $ # DISTNAME= BLT2.4z PKGNAME= blt-2.4z -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blt/} |