From a56ade1ec905d24b49185cea3822b01f093ef536 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 24 Apr 2017 10:43:36 +0200 Subject: [PATCH] pkg: allow to change the openvpn package --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ef9f53f1..d2cea8527 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1} CORE_ABI?= 17.1 CORE_ARCH?= ${ARCH} CORE_BIND?= 911 +CORE_OPENVPN?= 23 CORE_PHP?= 70 CORE_PY?= 27 @@ -92,7 +93,7 @@ CORE_DEPENDS?= apinger \ mpd5 \ ntp \ openssh-portable \ - openvpn23 \ + openvpn${CORE_OPENVPN} \ opnsense-lang \ opnsense-update \ pam_opnsense \