diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-11 13:54:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-11 13:54:03 +0000 |
commit | 9f52d4641a3fe2cb1b852d140c7663a9d6bc3702 (patch) | |
tree | 2e3de100e729ed29a4a0932e041bc7ac1513b30b /sysutils/nut | |
parent | 7ca5163c8c3e5600bbe6f0024c671b9a03fd0060 (diff) |
Notes
Diffstat (limited to 'sysutils/nut')
-rw-r--r-- | sysutils/nut/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 416bbce8788b..80bfd63f18ef 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -12,10 +12,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Network UPS Tools -USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pkgconfig libtool +USES= autoreconf gmake pkgconfig libtool NUT_USER?= uucp NUT_GROUP?= uucp |