1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fixup build WITH=SPOOF.

PR:		183275
Submitted by:	mat
This commit is contained in:
Cy Schubert 2013-10-25 00:43:12 +00:00
parent 84362b64bc
commit 31a2af7050
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331537

View File

@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --disable-tcp-wrapper
.endif
.if ${PORT_OPTIONS:MSPOOF}
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
BUILD_DEPENDS+= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
CONFIGURE_ARGS+= --enable-spoof-source --with-libnet=${LOCALBASE}/bin
CFLAGS+= `${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include