pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/apcupsd



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Tue Jan 14 14:13:30 UTC 2025

Modified Files:
        pkgsrc/sysutils/apcupsd: Makefile

Log Message:
apcupsd: Remove makedepend as a build dependency

makedepend is not needed to build apcupsd (tested with NetBSD 9 and 10).
Having it listed in USE_TOOLS meant that the xbase set needed to be
installed.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/sysutils/apcupsd/Makefile

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

Modified files:

Index: pkgsrc/sysutils/apcupsd/Makefile
diff -u pkgsrc/sysutils/apcupsd/Makefile:1.98 pkgsrc/sysutils/apcupsd/Makefile:1.99
--- pkgsrc/sysutils/apcupsd/Makefile:1.98       Thu Jul 11 19:53:39 2024
+++ pkgsrc/sysutils/apcupsd/Makefile    Tue Jan 14 14:13:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2024/07/11 19:53:39 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2025/01/14 14:13:30 sborrill Exp $
 
 DISTNAME=              apcupsd-3.14.14
 PKGREVISION=           6
@@ -10,7 +10,7 @@ HOMEPAGE=             http://www.apcupsd.org/
 COMMENT=               UPS power management for APCC Products
 LICENSE=               gnu-gpl-v2
 
-USE_TOOLS+=            gmake msgfmt sh makedepend
+USE_TOOLS+=            gmake msgfmt sh
 USE_LANGUAGES=         c c++
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index