pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/spectrwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 15 06:58:19 UTC 2021

Modified Files:
        pkgsrc/wm/spectrwm: Makefile

Log Message:
spectrwm: uses pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/wm/spectrwm/Makefile

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

Modified files:

Index: pkgsrc/wm/spectrwm/Makefile
diff -u pkgsrc/wm/spectrwm/Makefile:1.17 pkgsrc/wm/spectrwm/Makefile:1.18
--- pkgsrc/wm/spectrwm/Makefile:1.17    Mon Aug 17 20:20:18 2020
+++ pkgsrc/wm/spectrwm/Makefile Sat May 15 06:58:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/08/17 20:20:18 leot Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/15 06:58:19 nia Exp $
 
 DISTNAME=      spectrwm-3.4.1
 PKGREVISION=   1
@@ -36,7 +36,7 @@ BUILD_DIRS=           freebsd
 .  elif ${OPSYS} == "NetBSD"
 BUILD_DIRS=            netbsd
 .  else
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 BUILD_DIRS=            linux
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index