diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
commit | 4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d (patch) | |
tree | 3ac0539929df7ded62928608363897c24273f689 /net/openvswitch | |
parent | 15ed6235586fa434f1987dc7a0f0a26164d59b33 (diff) |
Notes
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index ef44baabe3a6..5bcb830cc46a 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://openvswitch.org/releases/ MAINTAINER= emaste@FreeBSD.org COMMENT= A production quality, multilayer virtual switch -LICENSE= AL2 +LICENSE= APACHE20 GNU_CONFIGURE= yes CONFIGURE_ARGS= SSL_LIBS=-lssl SSL_CFLAGS=-I/usr/include/openssl |