diff options
author | obache <obache> | 2012-02-15 13:02:31 +0000 |
---|---|---|
committer | obache <obache> | 2012-02-15 13:02:31 +0000 |
commit | 12a7b7720fce01baa514c3a4a5f6538c6f93aa88 (patch) | |
tree | 011aa42d29a629646d0153e6172a1e5aab7c55d5 /net/vpnc | |
parent | c1f97f60c407e497c5dd4ed99a22dc8bf8bf2a11 (diff) | |
download | pkgsrc-12a7b7720fce01baa514c3a4a5f6538c6f93aa88.tar.gz |
buildlink with security/openssl if openssl option is enabled.
PR#45825 by Matthias Kretschmer.
Diffstat (limited to 'net/vpnc')
-rw-r--r-- | net/vpnc/options.mk | 3 |
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 |