FIx "make index"
This commit is contained in:
parent
033e5a62b3
commit
09617b5cff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76422
@ -27,7 +27,7 @@ NO_BUILD= yes
|
||||
.if exists(${LOCALBASE}/bin/php-config)
|
||||
PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
|
||||
.else
|
||||
PHP_BASE!= ${LOCALBASE}
|
||||
PHP_BASE= ${LOCALBASE}
|
||||
.endif
|
||||
PEAR= ${LOCALBASE}/bin/pear
|
||||
LPHP_LIB= lib/php
|
||||
|
@ -26,7 +26,7 @@ NO_BUILD= yes
|
||||
.if exists(${LOCALBASE}/bin/php-config)
|
||||
PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
|
||||
.else
|
||||
PHP_BASE!= ${LOCALBASE}
|
||||
PHP_BASE= ${LOCALBASE}
|
||||
.endif
|
||||
PEAR= ${LOCALBASE}/bin/pear
|
||||
LPHP_LIB= lib/php
|
||||
|
Loading…
Reference in New Issue
Block a user