diff options
author | nork <nork@FreeBSD.org> | 2010-05-04 18:53:46 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-05-04 18:53:46 +0800 |
commit | 950e7515e3ed68e4dcb4d092ea4eb9dbc2c3abe4 (patch) | |
tree | 782a6c83fe43e8a991c2c20d6e636da71cd9fe68 /security/isakmpd | |
parent | 31ff602c48e84cb262ac8d8ddbd3de11a0ddd76c (diff) | |
download | freebsd-ports-gnome-950e7515e3ed68e4dcb4d092ea4eb9dbc2c3abe4.tar.gz freebsd-ports-gnome-950e7515e3ed68e4dcb4d092ea4eb9dbc2c3abe4.tar.zst freebsd-ports-gnome-950e7515e3ed68e4dcb4d092ea4eb9dbc2c3abe4.zip |
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146288
Submitted by: Dan Lukes dan obluda cz
Diffstat (limited to 'security/isakmpd')
-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 |