diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-01-26 09:37:17 +0800 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-01-26 09:37:17 +0800 |
commit | 36fb2e574eb2d9dbc581394d18dd5b57249c9ce7 (patch) | |
tree | aa07e22ff2af2dab0b311f17c69c7eb1c077abae /net/openvswitch | |
parent | 520d892adecbaa0b516391f48dde5332f0bbd31c (diff) | |
download | freebsd-ports-gnome-36fb2e574eb2d9dbc581394d18dd5b57249c9ce7.tar.gz freebsd-ports-gnome-36fb2e574eb2d9dbc581394d18dd5b57249c9ce7.tar.zst freebsd-ports-gnome-36fb2e574eb2d9dbc581394d18dd5b57249c9ce7.zip |
Mark unbroken on 9.
Tested by: rakuco
PR: 206623
Submitted by: rakuco
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 61a71a8f0dfd..95812536f769 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -12,8 +12,6 @@ COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 -BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x - USES= cpe gmake libtool perl5 pkgconfig python shebangfix SHEBANG_FILES= vtep/ovs-vtep USE_OPENSSL= yes |