svn commit: r339064 - branches/2014Q1/security/clamav

Renato Botelho garga at FreeBSD.org
Wed Jan 8 01:12:51 UTC 2014


Author: garga
Date: Wed Jan  8 01:12:50 2014
New Revision: 339064
URL: http://svnweb.freebsd.org/changeset/ports/339064

Log:
  MFH: r339021
  
  Fix an old OPTION knob check (WITH_TESTS)
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/security/clamav/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/security/clamav/Makefile
==============================================================================
--- branches/2014Q1/security/clamav/Makefile	Wed Jan  8 01:07:24 2014	(r339063)
+++ branches/2014Q1/security/clamav/Makefile	Wed Jan  8 01:12:50 2014	(r339064)
@@ -116,7 +116,7 @@ PLIST_SUB+=	CLAMAVUSER=${CLAMAVUSER} \
 
 .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" )
 CONFIGURE_ARGS+=--enable-llvm
-. if defined(WITH_TESTS)
+. if ${PORT_OPTIONS:MTESTS}
 USE_PYTHON_BUILD=	yes
 . endif
 .else


More information about the svn-ports-all mailing list