From 41b71b5c7248fc198a7602ac4916d62401559be2 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 15 Feb 2012 13:02:31 +0000 Subject: buildlink with security/openssl if openssl option is enabled. PR#45825 by Matthias Kretschmer. --- net/vpnc/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3