mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)
Approved by: maintainer (via mail)
This commit is contained in:
parent
a7f38933b9
commit
a96e3be3d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346839
@ -30,9 +30,9 @@ IGBINARY_DESC= Build with Igbinary serializer
|
||||
|
||||
.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>
|
||||
|
Loading…
Reference in New Issue
Block a user