diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-06 00:41:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-06 00:41:20 +0000 |
commit | aacf03de8b0a2c16cfcc957aacf0197c54cdea3b (patch) | |
tree | 017ea81f9b44e95b4d37240aa8609d0930ce327a /net/xorp | |
parent | af602cbde31bfbe29d26295d2f5901c0f6e3f52e (diff) | |
download | ports-aacf03de8b0a2c16cfcc957aacf0197c54cdea3b.tar.gz ports-aacf03de8b0a2c16cfcc957aacf0197c54cdea3b.zip |
Notes
Diffstat (limited to 'net/xorp')
-rw-r--r-- | net/xorp/Makefile | 5 |
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 |