svn commit: r318351 - head/net/vortex

Wesley Shields wxs at FreeBSD.org
Fri May 17 02:01:28 UTC 2013


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


More information about the svn-ports-all mailing list