diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-04 21:14:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-04 21:14:56 +0800 |
commit | b1b1fcfb042108e4005ec06b2e71fbba95e26542 (patch) | |
tree | fcad90ead46a5a594129d5e8c38d1275e3a1c6a7 /security | |
parent | 287b3325d78eb0457ed69da7bd93cfdd14c86241 (diff) | |
download | freebsd-ports-gnome-b1b1fcfb042108e4005ec06b2e71fbba95e26542.tar.gz freebsd-ports-gnome-b1b1fcfb042108e4005ec06b2e71fbba95e26542.tar.zst freebsd-ports-gnome-b1b1fcfb042108e4005ec06b2e71fbba95e26542.zip |
- LICENSE GPLv3
Diffstat (limited to 'security')
-rw-r--r-- | security/tinc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index f192230e59b4..ae86e787e742 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -18,6 +18,8 @@ COMMENT= A Virtual Private Network (VPN) daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LICENSE= GPLv3 + USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |