diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-01-18 16:01:37 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-01-18 16:01:37 +0000 |
commit | bcd8d3816ece543b1c3fbd679f5ff2b675a8485e (patch) | |
tree | 18dfbf51f454814ff16cf3b2179727222080c606 /net/openvpn-nagios | |
parent | 59937dc1597a1ec71ac742ea128743f23ff1ab9d (diff) | |
download | pkgsrc-bcd8d3816ece543b1c3fbd679f5ff2b675a8485e.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" |