svn commit: r343654 - head/devel/apr1

Mathieu Arnold mat at FreeBSD.org
Mon Feb 10 17:22:41 UTC 2014


Author: mat
Date: Mon Feb 10 17:22:40 2014
New Revision: 343654
URL: http://svnweb.freebsd.org/changeset/ports/343654
QAT: https://qat.redports.org/buildarchive/r343654/

Log:
  No need to define IPV6 twice
  
  Pointy hat to:	ehaupt
  Sponsored by:	Absolight

Modified:
  head/devel/apr1/Makefile

Modified: head/devel/apr1/Makefile
==============================================================================
--- head/devel/apr1/Makefile	Mon Feb 10 16:49:17 2014	(r343653)
+++ head/devel/apr1/Makefile	Mon Feb 10 17:22:40 2014	(r343654)
@@ -46,8 +46,6 @@ APU_CONF_ARGS=	--with-apr=${APR_WRKDIR} 
 		--with-expat=${LOCALBASE} \
 		--with-iconv=${ICONV_PREFIX}
 
-OPTIONS_DEFINE=	IPV6 
-
 .include <bsd.port.options.mk>
 
 ########## APR Options


More information about the svn-ports-all mailing list