svn commit: r331537 - head/sysutils/syslog-ng
Cy Schubert
cy at FreeBSD.org
Fri Oct 25 00:43:13 UTC 2013
Author: cy
Date: Fri Oct 25 00:43:12 2013
New Revision: 331537
URL: http://svnweb.freebsd.org/changeset/ports/331537
Log:
Fixup build WITH=SPOOF.
PR: 183275
Submitted by: mat
Modified:
head/sysutils/syslog-ng/Makefile
Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile Thu Oct 24 23:07:29 2013 (r331536)
+++ head/sysutils/syslog-ng/Makefile Fri Oct 25 00:43:12 2013 (r331537)
@@ -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
More information about the svn-ports-all
mailing list