pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/apcupsd Honour LIBUSB_TYPE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fca2ccde7689
branches:  trunk
changeset: 406464:fca2ccde7689
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Dec 22 15:57:36 2019 +0000

description:
Honour LIBUSB_TYPE

diffstat:

 sysutils/apcupsd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c4053ead2dca -r fca2ccde7689 sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Sun Dec 22 14:33:58 2019 +0000
+++ b/sysutils/apcupsd/Makefile Sun Dec 22 15:57:36 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2019/11/04 21:28:41 rillig Exp $
+# $NetBSD: Makefile,v 1.89 2019/12/22 15:57:36 jmcneill Exp $
 
 DISTNAME=              apcupsd-3.14.13r2365
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            sysutils
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=apcupsd/}
 MASTER_SITES=          ${MASTER_SITE_LOCAL}
@@ -114,5 +114,5 @@
 .endfor
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/libusb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index