Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 17:11:06 +0000 (UTC)
From:      Michael Landin Hostbaek <mich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367956 - head/security/vida
Message-ID:  <201409111711.s8BHB6u7040943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mich
Date: Thu Sep 11 17:11:06 2014
New Revision: 367956
URL: http://svnweb.freebsd.org/changeset/ports/367956
QAT: https://qat.redports.org/buildarchive/r367956/

Log:
  - Fix libnet dependency

Modified:
  head/security/vida/Makefile

Modified: head/security/vida/Makefile
==============================================================================
--- head/security/vida/Makefile	Thu Sep 11 16:24:03 2014	(r367955)
+++ head/security/vida/Makefile	Thu Sep 11 17:11:06 2014	(r367956)
@@ -10,10 +10,7 @@ MASTER_SITES=	http://vidatapipe.sourcefo
 MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Vida is a multi-datapipe handler
 
-DEPRECATED=	Depends on expired net/libnet10
-EXPIRATION_DATE=	2014-09-30
-
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 LDFLAGS+=	${PTHREAD_LIBS} -lncurses -lpcap `${LIBNET_CONFIG} --libs`
 



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