summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-08-11 16:00:17 +0000
committergdt <gdt@pkgsrc.org>2022-08-11 16:00:17 +0000
commitfd7250a0daa8b17530e5d8720cd88c495271a948 (patch)
treeecdf185a791ea7beae6c8f06c7b22f457f1ee9d8 /sysutils/ups-nut/Makefile
parentc16c6c17ea6e5fd0cbcb45915b97ec3b1e372c59 (diff)
downloadpkgsrc-fd7250a0daa8b17530e5d8720cd88c495271a948.tar.gz
sysutils/ups-nut: Install nut-scanner
Depend on libltldl so that nut-scanner is built. While the program isn't that useful, it resolves the issue that the package has a man page for a program that is not install.
Diffstat (limited to 'sysutils/ups-nut/Makefile')
-rw-r--r--sysutils/ups-nut/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index 9e0a3e9aaed..d4505e62f81 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2022/06/28 11:36:06 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2022/08/11 16:00:17 gdt Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "Makefile.common"
PKGNAME= ups-${DISTNAME}
@@ -75,4 +75,6 @@ post-install:
${INSTALL_DATA} $$f ${DESTDIR}${NUT_DOCDIR}/cables/; \
done
+# nut-scanner needs libltdl, but this is not documented
+.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"