diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-05-08 06:16:29 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-05-08 06:16:29 +0000 |
commit | e7f618dd6cc75e0d90d2959a9c49dfeb87f80f6d (patch) | |
tree | 7d81cdd9b27e2ea8a7d31f3f24f440f192d74cb0 /security/isakmpd | |
parent | 0554b71702fe90de0e599d92dc5ed95693277f64 (diff) | |
download | FreeBSD-ports-e7f618dd6cc75e0d90d2959a9c49dfeb87f80f6d.zip FreeBSD-ports-e7f618dd6cc75e0d90d2959a9c49dfeb87f80f6d.tar.gz |
change unknown USE_SSL into USE_OPENSSL
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 44aec06..f5d4afa 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -21,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org BROKEN= "requires IPsec support" .endif -USE_SSL= yes +USE_OPENSSL= yes WRKSRC= ${WRKDIR}/isakmpd MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man |