diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /net/radsecproxy | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) |
Notes
Diffstat (limited to 'net/radsecproxy')
-rw-r--r-- | net/radsecproxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 831bb1e5e6f6..5a097d311509 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -12,12 +12,11 @@ COMMENT= Radsecproxy is a generic RADIUS proxy LICENSE= GPLv2 BSD3CLAUSE LICENSE_COMB= dual -USES= cpe tar:xz +USES= cpe tar:xz ssl CPE_VENDOR= uninett GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} -USE_OPENSSL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} post-install: |