pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/tcl-theo



Module Name:    pkgsrc
Committed By:   kamil
Date:           Fri Dec 20 13:19:47 UTC 2019

Modified Files:
        pkgsrc/games/tcl-theo: Makefile

Log Message:
tcl-theo: Require tcl


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/tcl-theo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/tcl-theo/Makefile
diff -u pkgsrc/games/tcl-theo/Makefile:1.1 pkgsrc/games/tcl-theo/Makefile:1.2
--- pkgsrc/games/tcl-theo/Makefile:1.1  Sun Oct  6 23:00:09 2019
+++ pkgsrc/games/tcl-theo/Makefile      Fri Dec 20 13:19:47 2019
@@ -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 @@ HOMEPAGE=      https://github.com/krytarowski
 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