diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-30 16:35:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-30 16:35:59 +0000 |
commit | b1115d8b20ff62e843ddb9590d7f644c44768d72 (patch) | |
tree | 2fb4a6bc7b7260844e31d420cda7c4c4d4bab1ff /sysutils/apcupsd/Makefile | |
parent | 900ea148413a591f099282f66322b3ee19403f56 (diff) |
Notes
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-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 158f4a74f0e8..09b60711bf07 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -75,7 +75,7 @@ TEST_DRV_CONFIGURE_ENABLE= test pre-configure: .if ${PORT_OPTIONS:MCLIENT_ONLY} && ( ${PORT_OPTIONS:MAPCSMART_DRV} || \ ${PORT_OPTIONS:MAPCDUMB_DRV} || ${PORT_OPTIONS:MPCNET_DRV} || \ - ${PORT_OPTIONS:MPOWERFLUTE} || ${PORT_OPTIONS:MUSB} || \ + ${PORT_OPTIONS:MUSB} || \ ${PORT_OPTIONS:MSNMP_DRV} || ${PORT_OPTIONS:MTEST_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" |