svn commit: r367956 - head/security/vida

Michael Landin Hostbaek mich at FreeBSD.org
Thu Sep 11 17:11:07 UTC 2014


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 at 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`
 


More information about the svn-ports-head mailing list