pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/television



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jan 15 09:47:56 UTC 2026

Modified Files:
        pkgsrc/textproc/television: Makefile

Log Message:
television: re-enable runtime dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/television/Makefile

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

Modified files:

Index: pkgsrc/textproc/television/Makefile
diff -u pkgsrc/textproc/television/Makefile:1.13 pkgsrc/textproc/television/Makefile:1.14
--- pkgsrc/textproc/television/Makefile:1.13    Thu Jan 15 09:34:06 2026
+++ pkgsrc/textproc/television/Makefile Thu Jan 15 09:47:56 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2026/01/15 09:34:06 pin Exp $
+# $NetBSD: Makefile,v 1.14 2026/01/15 09:47:56 pin Exp $
 
 DISTNAME=      television-0.14.5
 CATEGORIES=    textproc devel
@@ -20,13 +20,13 @@ post-install:
 
 # The following are not strictly necessary but functionallity will
 # be limited without these. Hence, make sure they are installed.
-#DEPENDS+=     git-base-[0-9]*:../../devel/git-base
+DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 # Please note that within pkgsrc the resulting binary for sysutils/fd-find
 # has been renamed to 'fdfind' to avoid conflicts with misc/fd
 # Due to this, the default 'files.toml' provided with this package
 # needs to be adapted to reflect the renamed binary.
-#DEPENDS+=     fd-find-[0-9]*:../../sysutils/fd-find
-#DEPENDS+=     bat-[0-9]*:../../textproc/bat
+DEPENDS+=      fd-find-[0-9]*:../../sysutils/fd-find
+DEPENDS+=      bat-[0-9]*:../../textproc/bat
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index