diff options
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r-- | security/openvpn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index b00fa188895e..6134cac3e4aa 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -38,6 +38,10 @@ USE_LDCONFIG= ${PREFIX}/lib SUB_FILES= pkg-message SUB_LIST+= OSVERSION=${OSVERSION} +.if defined(PACKAGE_BUILDING) +WITHOUT_CHECK= yes +.endif + .include <bsd.port.pre.mk> .ifdef (LOG_OPENVPN) |