diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-12-10 21:50:06 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-12-10 21:50:06 +0000 |
commit | c12431bc89b0a3246c040245dbedf2a249d3fa47 (patch) | |
tree | 3cf88dc8e0aea46b93c2687c7d398add043f8dd2 /sysutils/apcupsd | |
parent | 3baf8625f2f31b97d1057d9a6e8534d22cd7e343 (diff) | |
download | ports-c12431bc89b0a3246c040245dbedf2a249d3fa47.tar.gz ports-c12431bc89b0a3246c040245dbedf2a249d3fa47.zip |
Notes
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 dca1f078f119..7c5bafb0751b 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -137,7 +137,7 @@ pre-configure: .if defined(WITH_CLIENT_ONLY) && ( defined(WITH_APCSMART_DRV) || \ defined(WITH_APCDUMB_DRV) || defined(WITH_PCNET_DRV) || \ defined(WITH_POWERFLUTE) || defined(WITH_USB) || \ - definedWITH_SNMP_DRV) || defined(WITH_TEST_DRV) ) + defined(WITH_SNMP_DRV) || defined(WITH_TEST_DRV) ) @${ECHO_CMD} "It doesn't make sense to build drivers if all you want is" @${ECHO_CMD} "the client; please do make config and select either" @${ECHO_CMD} "CLIENT_ONLY or the *_DRV you need" |