diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-04 10:53:46 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-04 10:53:46 +0000 |
commit | 0a61c70724a72e59aec045e390a62232db928b94 (patch) | |
tree | 4deb0a35501736027dd1918381f56b76dc4d31a6 | |
parent | Fix build issue WITH_OPENSSL_PORT. (diff) |
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146288
Submitted by: Dan Lukes dan obluda cz
Notes
Notes:
svn path=/head/; revision=253671
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index d0a22b5f5c83..84c18cbf38e6 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -33,6 +33,8 @@ MAN5= isakmpd.conf.5 isakmpd.policy.5 MAN8= certpatch.8 isakmpd.8 MANCOMPRESSED= yes +USE_OPENSSL= yes + .include <bsd.port.pre.mk> OPENSSLINC?= /usr/include |