diff options
author | wxs <wxs@FreeBSD.org> | 2010-04-08 03:50:21 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-04-08 03:50:21 +0800 |
commit | 29569b3f389f9d37f669533d8298d16a594e4903 (patch) | |
tree | f50536f28ba418e78e6e413cec7fbae4505b406f /net | |
parent | 6bd0ba4b5178e48c03987cdb1b65cb7f54f82aa0 (diff) | |
download | freebsd-ports-gnome-29569b3f389f9d37f669533d8298d16a594e4903.tar.gz freebsd-ports-gnome-29569b3f389f9d37f669533d8298d16a594e4903.tar.zst freebsd-ports-gnome-29569b3f389f9d37f669533d8298d16a594e4903.zip |
- Chase libpcap shlib change.
Diffstat (limited to 'net')
-rw-r--r-- | net/jpcap/Makefile | 3 | ||||
-rw-r--r-- | net/xorp-devel/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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* |