diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-10-25 00:43:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-10-25 00:43:12 +0000 |
commit | 31a2af70507c5fdce989476d07b4fdf9f937a6da (patch) | |
tree | 94c482bb95f5bd304fe11e66fa53f9f229fe8040 | |
parent | 84362b64bc366ff25ae7049b64968c54196adc78 (diff) |
Fixup build WITH=SPOOF.
PR: 183275
Submitted by: mat
Notes
Notes:
svn path=/head/; revision=331537
-rw-r--r-- | sysutils/syslog-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index f7a32c16ccb5..663d12d41ca7 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -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 |