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 /security/isakmpd | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=436247
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 0b372b79091f..bba4868b2626 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -20,12 +20,10 @@ BROKEN= requires IPsec support BUILD_DEPENDS+= keynote:security/keynote .endif -USES= uidfix +USES= uidfix ssl USE_RC_SUBR= isakmpd MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man -USE_OPENSSL= yes - MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> |