diff options
author | kamil <kamil@pkgsrc.org> | 2019-12-20 13:19:47 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2019-12-20 13:19:47 +0000 |
commit | 380892e3614bbed94b05326084d57bba9bc1ad47 (patch) | |
tree | 779e1776a92d0e416f6d627540e2c330d312e7be | |
parent | 6e93b7de436816fd70805b4032d567829996464d (diff) | |
download | pkgsrc-380892e3614bbed94b05326084d57bba9bc1ad47.tar.gz |
tcl-theo: Require tcl
-rw-r--r-- | games/tcl-theo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/tcl-theo/Makefile b/games/tcl-theo/Makefile index 6d2cf03e229..c28aa851bc6 100644 --- a/games/tcl-theo/Makefile +++ b/games/tcl-theo/Makefile @@ -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/tcl-theo/ COMMENT= theo.c implementation for Tcl LICENSE= 2-clause-bsd +DEPENDS+= tcl-[0-9]*:../../lang/tcl + EXTRACT_USING= bsdtar USE_TOOLS+= autoreconf autoconf |