aboutsummaryrefslogtreecommitdiff
path: root/net/xorp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-06 00:41:20 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-06 00:41:20 +0000
commitaacf03de8b0a2c16cfcc957aacf0197c54cdea3b (patch)
tree017ea81f9b44e95b4d37240aa8609d0930ce327a /net/xorp
parentaf602cbde31bfbe29d26295d2f5901c0f6e3f52e (diff)
downloadports-aacf03de8b0a2c16cfcc957aacf0197c54cdea3b.tar.gz
ports-aacf03de8b0a2c16cfcc957aacf0197c54cdea3b.zip
Notes
Diffstat (limited to 'net/xorp')
-rw-r--r--net/xorp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 62d639f655a1..6b0e8aaf2917 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xorp
PORTVERSION= 1.8.5
+PORTREVISION= 1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= net
@@ -12,9 +13,7 @@ COMMENT= EXtensible Open Router Platform
LICENSE= GPLv2
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
- libpcap.so:net/libpcap
-
-CONFLICTS_INSTALL= xorp-devel-*
+ libpcap.so.1:net/libpcap # avoid base libpcap
USES= tar:bzip2 ncurses scons shebangfix compiler:env python:2,build
USE_GITHUB= yes