diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-04 14:48:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-04 14:48:59 +0000 |
commit | 41944dca8a1e43544e73f22a518bf884776d8f84 (patch) | |
tree | d79b2217a092dacd889ebae71e40034ccf7cf5a5 /net/tcl-scotty | |
parent | a4dc0d5bdf3614be9053fba69c1d0772be6ade91 (diff) | |
download | pkgsrc-41944dca8a1e43544e73f22a518bf884776d8f84.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 |