pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/stooop Switch to Tcl 8.4 and enable pkgviews ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c90cebf5663e
branches:  trunk
changeset: 471692:c90cebf5663e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 30 01:43:55 2004 +0000

description:
Switch to Tcl 8.4 and enable pkgviews installation.

diffstat:

 devel/stooop/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 71461a2ec37c -r c90cebf5663e devel/stooop/Makefile
--- a/devel/stooop/Makefile     Tue Mar 30 01:36:54 2004 +0000
+++ b/devel/stooop/Makefile     Tue Mar 30 01:43:55 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index