pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/tcl-theo tcl-theo: Require tcl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c32ff702c29c
branches:  trunk
changeset: 345894:c32ff702c29c
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Fri Dec 20 13:19:47 2019 +0000

description:
tcl-theo: Require tcl

diffstat:

 games/tcl-theo/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 17ca7e9e4e23 -r c32ff702c29c games/tcl-theo/Makefile
--- a/games/tcl-theo/Makefile   Fri Dec 20 12:47:15 2019 +0000
+++ b/games/tcl-theo/Makefile   Fri Dec 20 13:19:47 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/10/06 23:00:09 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/20 13:19:47 kamil Exp $
 
 DISTNAME=      tcl-theo-0.0.1
+PKGREVISION=   1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=krytarowski/}
 
@@ -9,6 +10,8 @@
 COMMENT=       theo.c implementation for Tcl
 LICENSE=       2-clause-bsd
 
+DEPENDS+=       tcl-[0-9]*:../../lang/tcl
+
 EXTRACT_USING= bsdtar
 
 USE_TOOLS+=    autoreconf autoconf



Home | Main Index | Thread Index | Old Index