Date: Fri, 17 May 2013 02:01:28 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318351 - head/net/vortex Message-ID: <201305170201.r4H21Smi018797@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Fri May 17 02:01:27 2013 New Revision: 318351 URL: http://svnweb.freebsd.org/changeset/ports/318351 Log: Fix build after libnids switched to using libnet10. Modified: head/net/vortex/Makefile Modified: head/net/vortex/Makefile ============================================================================== --- head/net/vortex/Makefile Fri May 17 02:00:55 2013 (r318350) +++ head/net/vortex/Makefile Fri May 17 02:01:27 2013 (r318351) @@ -11,7 +11,7 @@ COMMENT= Network surveillance engine LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids-libnet11 \ ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305170201.r4H21Smi018797>