diff options
-rw-r--r-- | security/openfortivpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openfortivpn/Makefile b/security/openfortivpn/Makefile index e9f4da01f83b..0e94e48435c8 100644 --- a/security/openfortivpn/Makefile +++ b/security/openfortivpn/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= adrienverge GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \ - OPENSSL_CFLAGS=${OPENSSLINC} \ + OPENSSL_CFLAGS=-I${OPENSSLINC} \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ ac_cv_header_net_route_h=yes |