From 29569b3f389f9d37f669533d8298d16a594e4903 Mon Sep 17 00:00:00 2001 From: wxs Date: Wed, 7 Apr 2010 19:50:21 +0000 Subject: - Chase libpcap shlib change. --- net/jpcap/Makefile | 3 ++- net/xorp-devel/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/jpcap/Makefile b/net/jpcap/Makefile index 1698fe486aab..dc59b0667be6 100644 --- a/net/jpcap/Makefile +++ b/net/jpcap/Makefile @@ -7,13 +7,14 @@ PORTNAME= jpcap PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= net devel java MASTER_SITES= http://netresearch.ics.uci.edu/kfujii/jpcap/ MAINTAINER= bms@FreeBSD.org COMMENT= JNI wrapper around libpcap -LIB_DEPENDS= pcap.3:${PORTSDIR}/net/libpcap +LIB_DEPENDS= pcap.1:${PORTSDIR}/net/libpcap USE_GMAKE= yes USE_JAVA= yes diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index 18d421726edf..cf5cc1a52dad 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorp-devel PORTVERSION= 2009120801 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms @@ -18,7 +19,7 @@ COMMENT= Open source network routing platform, development branch # Uses libcurses, libcrypto, librt from base system. BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ - pcap.3:${PORTSDIR}/net/libpcap + pcap.1:${PORTSDIR}/net/libpcap CONFLICTS= xorp-1* -- cgit