pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/treemd



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Mar  2 12:17:33 UTC 2026

Modified Files:
        pkgsrc/textproc/treemd: Makefile

Log Message:
textproc/treemd: reneble xdg-utils


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/treemd/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/treemd/Makefile
diff -u pkgsrc/textproc/treemd/Makefile:1.17 pkgsrc/textproc/treemd/Makefile:1.18
--- pkgsrc/textproc/treemd/Makefile:1.17        Mon Mar  2 12:11:14 2026
+++ pkgsrc/textproc/treemd/Makefile     Mon Mar  2 12:17:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2026/03/02 12:11:14 pin Exp $
+# $NetBSD: Makefile,v 1.18 2026/03/02 12:17:33 pin Exp $
 
 DISTNAME=      treemd-0.5.8
 CATEGORIES=    textproc
@@ -15,7 +15,7 @@ LICENSE=      mit
 RUST_REQ=      1.90.0
 USE_TOOLS+=    pkg-config
 
-#DEPENDS+=     xdg-utils-[0-9]*:../../misc/xdg-utils
+DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index