diff options
author | pav <pav@FreeBSD.org> | 2011-08-08 01:23:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-08 01:23:39 +0800 |
commit | cdc7f9d10339cee0ec0bacaa3c2263778ad034d0 (patch) | |
tree | 88e6e479c8b258862bce3871328067af71bd0629 /security/openvpn-beta | |
parent | fef95eff35f663d0a121daedae95dd3ec59877ea (diff) | |
download | freebsd-ports-gnome-cdc7f9d10339cee0ec0bacaa3c2263778ad034d0.tar.gz freebsd-ports-gnome-cdc7f9d10339cee0ec0bacaa3c2263778ad034d0.tar.zst freebsd-ports-gnome-cdc7f9d10339cee0ec0bacaa3c2263778ad034d0.zip |
- Turn off self-tests on pointyhat, they fail
Reported by: pointyhat
Diffstat (limited to 'security/openvpn-beta')
-rw-r--r-- | security/openvpn-beta/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openvpn-beta/Makefile b/security/openvpn-beta/Makefile index 61f48be55692..d9f2372a5dad 100644 --- a/security/openvpn-beta/Makefile +++ b/security/openvpn-beta/Makefile @@ -41,6 +41,10 @@ LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 SUB_FILES= pkg-message pkg-req SUB_LIST+= OSVERSION=${OSVERSION} +.if defined(PACKAGE_BUILDING) +WITHOUT_CHECK= yes +.endif + .include <bsd.port.pre.mk> .ifdef (LOG_OPENVPN) |