diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
commit | e1c4707bab49a445d286c16116d18d54e213b1c0 (patch) | |
tree | 04c85b031b3bfa837bea4ce1098f07e265147ebb /security/vida | |
parent | 13c002e952c5963263b7c7f75c08b2907aa79d9e (diff) |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
Notes
Notes:
svn path=/head/; revision=148262
Diffstat (limited to 'security/vida')
-rw-r--r-- | security/vida/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vida/Makefile b/security/vida/Makefile index 1d409130bfc9..3e8635cd9308 100644 --- a/security/vida/Makefile +++ b/security/vida/Makefile @@ -7,13 +7,14 @@ PORTNAME= vida PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://vidatapipe.sourceforge.net/ MAINTAINER= mich@FreeBSD.org COMMENT= Vida is a multi-datapipe handler -BUILD_DEPENDS= ${LOCALBASE}/include/libnet.h:${PORTSDIR}/net/libnet +BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 LDFLAGS+= -pthread -lncurses -lpcap -lnet |