svn commit: r384575 - head/sysutils/apcupsd

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 13:43:03 UTC 2015


Author: amdmi3
Date: Thu Apr 23 13:43:02 2015
New Revision: 384575
URL: https://svnweb.freebsd.org/changeset/ports/384575

Log:
  - Add NEED_ROOT ("configure: error: Missing required tool; need any one of: shutdown shutdown.bsd" otherwise)
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/apcupsd/Makefile

Modified: head/sysutils/apcupsd/Makefile
==============================================================================
--- head/sysutils/apcupsd/Makefile	Thu Apr 23 13:33:21 2015	(r384574)
+++ head/sysutils/apcupsd/Makefile	Thu Apr 23 13:43:02 2015	(r384575)
@@ -26,6 +26,7 @@ CONFIGURE_ARGS=	--sbindir=${PREFIX}/sbin
 CONFIGURE_ENV+=	LD="${CXX}" LIBS="-lstdc++"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+NEED_ROOT=	yes
 
 OPTIONS_DEFINE=	APCSMART_DRV APCDUMB_DRV CLIENT_ONLY CGI PCNET_DRV USB SNMP_DRV \
 		SNMP_DRV_OLD TCP_WRAPPERS TEST_DRV GAPCMON DOCS MODBUS


More information about the svn-ports-head mailing list