diff options
author | wiedi <wiedi> | 2015-01-18 16:01:37 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2015-01-18 16:01:37 +0000 |
commit | 70aab9f54858fed85267af5488273cc9450a3e74 (patch) | |
tree | 18dfbf51f454814ff16cf3b2179727222080c606 /net/openvpn-nagios | |
parent | ae640ce91146d1a9b0d1ea221534e92631b651d1 (diff) | |
download | pkgsrc-70aab9f54858fed85267af5488273cc9450a3e74.tar.gz |
bulk build wants openssl
Diffstat (limited to 'net/openvpn-nagios')
-rw-r--r-- | net/openvpn-nagios/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openvpn-nagios/Makefile b/net/openvpn-nagios/Makefile index 9c5a5d93a0a..50cb659ebd0 100644 --- a/net/openvpn-nagios/Makefile +++ b/net/openvpn-nagios/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/07/20 17:43:29 adam Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/18 16:01:37 wiedi Exp $ .include "../../net/openvpn/Makefile.common" @@ -27,4 +27,5 @@ MESSAGE_SUBST+= OPENVPN_PLUGINSDIR=${PREFIX:Q}/${OPENVPN_PLUGINSDIR:Q} DEPENDS+= openvpn>=2.3.0:../../net/openvpn +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |