mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Fix Makefile syntax if WITH_RRD is defined
PR: ports/60256 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
This commit is contained in:
parent
0020b4940d
commit
7dd5bb0b69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95901
@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --with-pcap-root=${PCAP_ROOT}
|
||||
|
||||
.if defined(WITH_RRD)
|
||||
LIB_DEPENDS+= rrd.0:${PORTSDIR}/net/rrdtool
|
||||
CONFIGURE_ARGS+= --enable-rrd
|
||||
CONFIGURE_ARGS+= --enable-rrd \
|
||||
--with-rrd-root=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-rrd-root
|
||||
|
Loading…
Reference in New Issue
Block a user