diff options
author | seb <seb> | 2002-08-28 10:09:54 +0000 |
---|---|---|
committer | seb <seb> | 2002-08-28 10:09:54 +0000 |
commit | 96285829905d132f0320a78bc2fae6d66a7aceb1 (patch) | |
tree | ab17ea1fd82f1247e123de791c42f64b935d276f /net/ns | |
parent | 555655dc3211511ec5b7da5e19230681127a6bdd (diff) | |
download | pkgsrc-96285829905d132f0320a78bc2fae6d66a7aceb1.tar.gz |
Renamed otcl -> tcl-otcl and tclcl -> tcl-tclcl.
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 9d36022e528..6a0f4059597 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/27 08:07:06 seb Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/28 10:09:54 seb Exp $ DISTNAME= ns-src-2.1b9a PKGNAME= ${DISTNAME:S/b/rc/:S/-src//} @@ -22,7 +22,7 @@ USE_PERL5= build CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} -CONFIGURE_ARGS+= --with-tclcl=${BUILDLINK_PREFIX.tclcl} +CONFIGURE_ARGS+= --with-tclcl=${BUILDLINK_PREFIX.tcl-tclcl} MESSAGE_SUBST+= HOMEPAGE=${HOMEPAGE} @@ -41,8 +41,8 @@ post-extract: webtrace-conv/ucb/ucb-tr-stat .include "../../net/libpcap/buildlink2.mk" -.include "../../devel/tclcl/buildlink2.mk" -.include "../../lang/otcl/buildlink2.mk" +.include "../../devel/tcl-tclcl/buildlink2.mk" +.include "../../lang/tcl-otcl/buildlink2.mk" .include "../../x11/tk/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |