diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-04-05 01:42:46 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-04-05 01:42:46 +0000 |
commit | a0dfd2e4fb2bd31bd17024dfe3160099c2f30ba2 (patch) | |
tree | b56195a3da21c8fca61a41f8b8d02623109e90f3 /lang/tcl-itcl-current/Makefile | |
parent | a118a9f747b0e4972de866267de081dfecb074ce (diff) | |
download | pkgsrc-a0dfd2e4fb2bd31bd17024dfe3160099c2f30ba2.tar.gz |
Pull in various tcl.m4 patches from the lang/tcl package. In particular
this makes the shared lib naming match what tcl uses with regards
to dots or no dots. This includes fixes for older a.out netbsd systems
and several other OS's as well.
Diffstat (limited to 'lang/tcl-itcl-current/Makefile')
-rw-r--r-- | lang/tcl-itcl-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl-itcl-current/Makefile b/lang/tcl-itcl-current/Makefile index 6f1fbd43207..c550a9aaecb 100644 --- a/lang/tcl-itcl-current/Makefile +++ b/lang/tcl-itcl-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/10/07 16:21:38 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/05 01:42:46 dmcmahill Exp $ DISTNAME= tcl-itcl-20040920 PKGNAME= ${DISTNAME:S/itcl/itcl-current/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} |