diff options
author | minskim <minskim> | 2004-06-04 14:48:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-04 14:48:59 +0000 |
commit | 12719d90f36421bcaf94b15630df2c9267b4ad6b (patch) | |
tree | d79b2217a092dacd889ebae71e40034ccf7cf5a5 /net/tcl-scotty | |
parent | 95681f5d4940c4e1689f6551bd251882e01398fc (diff) | |
download | pkgsrc-12719d90f36421bcaf94b15630df2c9267b4ad6b.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'net/tcl-scotty')
-rw-r--r-- | net/tcl-scotty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index c2f5070685b..04399cbf67a 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/06/04 14:47:02 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/06/04 14:48:59 minskim Exp $ # DISTNAME= scotty-${DIST_VERS} @@ -13,6 +13,8 @@ COMMENT= Network management extensions to TCL BUILDLINK_DEPENDS.tcl+= tcl>=8.4.6nb4 +PKG_INSTALLATION_TYPES= overwrite pkgviews + DIST_VERS= 2.1.11 WRKSRC= ${WRKDIR}/${DISTNAME}/unix |