diff options
author | minskim <minskim> | 2004-03-30 01:43:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-30 01:43:55 +0000 |
commit | fdc47e2ab725590571a717b7ce41caf06aac65b0 (patch) | |
tree | 2dcb8d40924708664a91100f65ba7954248aa3d1 /devel/stooop | |
parent | 7ea759119b78c9786f4a3159037beb8db5fdfba2 (diff) | |
download | pkgsrc-fdc47e2ab725590571a717b7ce41caf06aac65b0.tar.gz |
Switch to Tcl 8.4 and enable pkgviews installation.
Diffstat (limited to 'devel/stooop')
-rw-r--r-- | devel/stooop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/stooop/Makefile b/devel/stooop/Makefile index c92e559f4c5..b5e91d9b8f9 100644 --- a/devel/stooop/Makefile +++ b/devel/stooop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/08 19:52:51 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/30 01:43:55 minskim Exp $ DISTNAME= stooop-4.1.1 CATEGORIES= x11 tcl @@ -8,7 +8,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://jfontain.free.fr/ COMMENT= Simple Tcl Only Object Oriented Programming scheme -DEPENDS+= tcl>=8.3.2:../../lang/tcl83 +DEPENDS+= tcl>=8.3.2:../../lang/tcl + +PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes NO_BUILD= yes |