aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2013-10-25 08:43:12 +0800
committercy <cy@FreeBSD.org>2013-10-25 08:43:12 +0800
commit2d3af3dfb5f3f42d2793fe102f38d14208ccf10a (patch)
tree94c482bb95f5bd304fe11e66fa53f9f229fe8040 /sysutils
parenta43ebe919150fad5611dd7cfcf7135d8a5d88efb (diff)
downloadfreebsd-ports-gnome-2d3af3dfb5f3f42d2793fe102f38d14208ccf10a.tar.gz
freebsd-ports-gnome-2d3af3dfb5f3f42d2793fe102f38d14208ccf10a.tar.zst
freebsd-ports-gnome-2d3af3dfb5f3f42d2793fe102f38d14208ccf10a.zip
Fixup build WITH=SPOOF.
PR: 183275 Submitted by: mat
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng/Makefile2
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