From owner-svn-ports-head@FreeBSD.ORG Fri May 17 02:01:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7684CED1; Fri, 17 May 2013 02:01:28 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 69EE9C39; Fri, 17 May 2013 02:01:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4H21S2d018798; Fri, 17 May 2013 02:01:28 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4H21Smi018797; Fri, 17 May 2013 02:01:28 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201305170201.r4H21Smi018797@svn.freebsd.org> From: Wesley Shields Date: Fri, 17 May 2013 02:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318351 - head/net/vortex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 02:01:28 -0000 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