pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/dunst



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  6 19:54:11 UTC 2023

Modified Files:
        pkgsrc/x11/dunst: Makefile

Log Message:
dunst: simplify bash usage


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/dunst/Makefile

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

Modified files:

Index: pkgsrc/x11/dunst/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.26 pkgsrc/x11/dunst/Makefile:1.27
--- pkgsrc/x11/dunst/Makefile:1.26      Sun Jan 29 21:18:08 2023
+++ pkgsrc/x11/dunst/Makefile   Mon Mar  6 19:54:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/01/29 21:18:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2023/03/06 19:54:11 wiz Exp $
 
 DISTNAME=      dunst-1.9.0
 PKGREVISION=   2
@@ -11,9 +11,8 @@ HOMEPAGE=     https://dunst-project.org/
 COMMENT=       Customizable and lightweight notification-daemon
 LICENSE=       modified-bsd
 
-USE_TOOLS+=    gmake pod2man pkg-config
+USE_TOOLS+=    bash:test gmake pod2man pkg-config
 
-TEST_DEPENDS+= bash-[0-9]*:../../shells/bash
 TEST_TARGET=   test
 
 MAKE_FLAGS+=   SYSTEMD=0



Home | Main Index | Thread Index | Old Index