svn commit: r346839 - head/databases/php5-redis

Oliver Lehmann oliver at FreeBSD.org
Sun Mar 2 23:38:14 UTC 2014


Author: oliver
Date: Sun Mar  2 23:38:13 2014
New Revision: 346839
URL: http://svnweb.freebsd.org/changeset/ports/346839
QAT: https://qat.redports.org/buildarchive/r346839/

Log:
  fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)
  
  Approved by:	maintainer (via mail)

Modified:
  head/databases/php5-redis/Makefile

Modified: head/databases/php5-redis/Makefile
==============================================================================
--- head/databases/php5-redis/Makefile	Sun Mar  2 23:37:36 2014	(r346838)
+++ head/databases/php5-redis/Makefile	Sun Mar  2 23:38:13 2014	(r346839)
@@ -30,9 +30,9 @@ IGBINARY_DESC=	Build with Igbinary seria
 
 .if ${PORT_OPTIONS:MIGBINARY}
 USE_PHP+=	igbinary
-CONFIURE_ARGS+=	--enable-redis-igbinary
+CONFIGURE_ARGS+=--enable-redis-igbinary
 .else
-CONFIURE_ARGS+=	--disable-redis-igbinary
+CONFIGURE_ARGS+=--disable-redis-igbinary
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list