diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-05 20:00:11 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-05 20:00:11 +0000 |
commit | 41bf0906290d7a85262f4c1221c305cf21b14813 (patch) | |
tree | 33d64016f03d92ac925123eceae6650f4e88990d /net-mgmt/bgpuma | |
parent | bda53e2bad36de42ae01c56cc178ee3b2a7d86f0 (diff) |
net-mgmt/bgpuma: fix license
Notes
Notes:
svn path=/head/; revision=410206
Diffstat (limited to 'net-mgmt/bgpuma')
-rw-r--r-- | net-mgmt/bgpuma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/bgpuma/Makefile b/net-mgmt/bgpuma/Makefile index e86d90498a25..b0fc7568dbc7 100644 --- a/net-mgmt/bgpuma/Makefile +++ b/net-mgmt/bgpuma/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net-mgmt MAINTAINER= pi@FreeBSD.org COMMENT= Searching BGP update files -LICENSE= BSD +LICENSE= BSD2CLAUSE LIB_DEPENDS= libbgpdump.so:${PORTSDIR}/net/libbgpdump \ libsilk.so:${PORTSDIR}/security/silktools |