diff options
Diffstat (limited to 'games/tcl-theo/Makefile')
-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 |