summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-12-11 11:55:17 +0000
committerjperkin <jperkin>2013-12-11 11:55:17 +0000
commit4368ac374d527fbba00e50ab07c7be6bed8f67d7 (patch)
tree9de9c8b9afd51b829ab964a68dae6c0b5dae7f1b /sysutils/apcupsd
parent0bf1b8ee3c6944e99d371df0227a3648c281d83b (diff)
downloadpkgsrc-4368ac374d527fbba00e50ab07c7be6bed8f67d7.tar.gz
Package requires libusb. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index c282e94574f..6facfeef229 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2013/09/04 12:31:26 obache Exp $
+# $NetBSD: Makefile,v 1.76 2013/12/11 11:55:17 jperkin Exp $
DISTNAME= apcupsd-3.14.9
PKGREVISION= 9
@@ -116,4 +116,5 @@ post-install:
.endfor
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"