diff options
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r-- | security/openvpn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 158dd7ec8596..6213730e0c18 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -16,6 +16,7 @@ CONFLICTS_INSTALL= openvpn-2.[!3].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-d GNU_CONFIGURE= yes USE_XZ= yes +NO_STAGE= yes # let OpenVPN's configure script pick up the requisite libraries: CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |