diff options
author | danfe <danfe@FreeBSD.org> | 2017-03-07 22:16:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-03-07 22:16:42 +0800 |
commit | e8da9801cb2dda5f3dd9f34d5e99938ca655f047 (patch) | |
tree | a9aa9a7fe606005ff50aeb08ec78f9e19715acda /sysutils/apcupsd | |
parent | 415b477ab29fc166eb2e7eb5cc983fac826e6bb6 (diff) | |
download | freebsd-ports-gnome-e8da9801cb2dda5f3dd9f34d5e99938ca655f047.tar.gz freebsd-ports-gnome-e8da9801cb2dda5f3dd9f34d5e99938ca655f047.tar.zst freebsd-ports-gnome-e8da9801cb2dda5f3dd9f34d5e99938ca655f047.zip |
Fix a typo accidentally made in r435590.
Pointy hat to: danfe
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 2bceed6d20e5..6f296b7b7152 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -61,7 +61,7 @@ GAPCMON_USES= pkgconfig GAPCMON_USE= GNOME=gconf2 GAPCMON_CONFLICTS= gapcmon-[0-9]* PCNET_DRV_CONFIGURE_ENABLE= pcnet -USB_DRV__CONFIGURE_ENABLE= usb +USB_DRV_CONFIGURE_ENABLE= usb SNMP_DRV_CONFIGURE_ENABLE= snmp MODBUS_CONFIGURE_ENABLE= modbus SNMP_DRV_OLD_CONFIGURE_ENABLE= net-snmp |