Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14

Approved by:	bdrewery
This commit is contained in:
Peter Wemm 2014-04-18 01:29:43 +00:00
parent 6260a8a4fe
commit afe0fd0f50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351508

View file

@ -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