Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 00:43:13 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331537 - head/sysutils/syslog-ng
Message-ID:  <201310250043.r9P0hDm9010768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310250043.r9P0hDm9010768>