summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-02-15 13:02:31 +0000
committerobache <obache@pkgsrc.org>2012-02-15 13:02:31 +0000
commit41b71b5c7248fc198a7602ac4916d62401559be2 (patch)
tree011aa42d29a629646d0153e6172a1e5aab7c55d5 /net
parent7fb86a7cff6fd55e598f956e4ca2c1a7f2613e0a (diff)
downloadpkgsrc-41b71b5c7248fc198a7602ac4916d62401559be2.tar.gz
buildlink with security/openssl if openssl option is enabled.
PR#45825 by Matthias Kretschmer.
Diffstat (limited to 'net')
-rw-r--r--net/vpnc/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vpnc/options.mk b/net/vpnc/options.mk
index f993b2a925e..5ec04782c0a 100644
--- a/net/vpnc/options.mk
+++ b/net/vpnc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/02/04 21:51:27 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2012/02/15 13:02:31 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openvpnc
PKG_SUPPORTED_OPTIONS= openssl # off by default
@@ -7,6 +7,7 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mopenssl)
+.include "../../security/openssl/buildlink3.mk"
SUBST_CLASSES+= openssl
SUBST_MESSAGE.openssl= adding openssl option
SUBST_STAGE.openssl= post-patch