Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14
Approved by: bdrewery
This commit is contained in:
parent
6260a8a4fe
commit
afe0fd0f50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351508
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ MUNIN= "@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBEVENT14}
|
||||
LIB_DEPENDS+= libevent-1.4:${PORTSDIR}/devel/libevent
|
||||
LIB_DEPENDS+= libevent-1.4.so:${PORTSDIR}/devel/libevent
|
||||
CONFIGURE_ARGS+=--with-libevent=${LOCALBASE}
|
||||
.elif ${PORT_OPTIONS:MLIBEVENT20}
|
||||
LIB_DEPENDS+= libevent-2.0.so:${PORTSDIR}/devel/libevent2
|
||||
|
|
Loading…
Reference in a new issue