mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix IGNORE s,(,\(,
This commit is contained in:
parent
ae67bcb215
commit
2864efb22d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110327
@ -116,8 +116,8 @@ PLIST_SUB+= PORTS_APR="@comment "
|
||||
.else
|
||||
. if exists(${LOCALBASE}/lib/libapr-0.so)
|
||||
IGNORE= "apr is installed and may conflict with apache one\
|
||||
(if you want to use apr port define WITH_APR_FROM_PORTS,\
|
||||
at your own risk)"
|
||||
\(if you want to use apr port define WITH_APR_FROM_PORTS,\
|
||||
at your own risk\)"
|
||||
. endif
|
||||
PLIST_SUB+= PORTS_APR=""
|
||||
.endif
|
||||
|
@ -116,8 +116,8 @@ PLIST_SUB+= PORTS_APR="@comment "
|
||||
.else
|
||||
. if exists(${LOCALBASE}/lib/libapr-0.so)
|
||||
IGNORE= "apr is installed and may conflict with apache one\
|
||||
(if you want to use apr port define WITH_APR_FROM_PORTS,\
|
||||
at your own risk)"
|
||||
\(if you want to use apr port define WITH_APR_FROM_PORTS,\
|
||||
at your own risk\)"
|
||||
. endif
|
||||
PLIST_SUB+= PORTS_APR=""
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user