aboutsummaryrefslogtreecommitdiff
path: root/security/openfortivpn
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-07-24 17:10:51 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-07-24 17:10:51 +0000
commit5bc1617efc876b99a806f7de78a9fe94a07304b7 (patch)
treebfbfce29f0c9b229834a1f0536dd6d8022ce8104 /security/openfortivpn
parentd841eb94b16fac58b307b35f0c2849842e5eea54 (diff)
downloadports-5bc1617efc876b99a806f7de78a9fe94a07304b7.tar.gz
ports-5bc1617efc876b99a806f7de78a9fe94a07304b7.zip
Notes
Diffstat (limited to 'security/openfortivpn')
-rw-r--r--security/openfortivpn/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openfortivpn/Makefile b/security/openfortivpn/Makefile
index 6216a686a3c1..92ca6c564dd6 100644
--- a/security/openfortivpn/Makefile
+++ b/security/openfortivpn/Makefile
@@ -8,6 +8,8 @@ CATEGORIES= security net-vpn
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Client for PPP+SSL VPN tunnel services
+BUILD_DEPENDS= gsed:textproc/gsed
+
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -16,7 +18,8 @@ USE_GITHUB= yes
GH_ACCOUNT= adrienverge
GNU_CONFIGURE= yes
-CONFIGURE_ENV= OPENSSL_CFLAGS=${OPENSSLINC} \
+CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \
+ OPENSSL_CFLAGS=${OPENSSLINC} \
OPENSSL_LIBS="-lssl -lcrypto"
.include <bsd.port.mk>