Date: Mon, 10 Dec 2012 21:50:07 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308640 - head/sysutils/apcupsd Message-ID: <201212102150.qBALo75k019224@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: itetcu Date: Mon Dec 10 21:50:06 2012 New Revision: 308640 URL: http://svnweb.freebsd.org/changeset/ports/308640 Log: Fix tipo. [1] Yes, I know I should convert it to OPTIONSng and I will :) PR: 174333 [1] Submitted by: John Marino [1] Modified: head/sysutils/apcupsd/Makefile (contents, props changed) Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Mon Dec 10 21:47:40 2012 (r308639) +++ head/sysutils/apcupsd/Makefile Mon Dec 10 21:50:06 2012 (r308640) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212102150.qBALo75k019224>