diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-04-07 19:50:21 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-04-07 19:50:21 +0000 |
commit | 2b99808800c53099934e64f4b2b91555da799fbe (patch) | |
tree | e9ae9ee5b2595ddccf78236af1a0dac1fe9a91e1 /net/xorp-devel/Makefile | |
parent | e39b894e35c7a06b59cb61857c74a604cbccbbff (diff) |
Notes
Diffstat (limited to 'net/xorp-devel/Makefile')
-rw-r--r-- | net/xorp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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* |