Fixup build WITH=SPOOF Some BUILD_DEPENDS are brought in after bsd.port.pre.mk, like pkgconf. Port maintainer (cy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks for the patch.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"