From 68bf3df3ebeb62f53bc5e1b28b053864ba08108e Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Wed, 3 Aug 2005 22:08:09 +0000
Subject: Disable the automatic tests on 4.X.  They are known to fail.

Reported by:	pointyhat via kris
Approved by:	portmgr (implicit)
---
 security/nss/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'security/nss')

diff --git a/security/nss/Makefile b/security/nss/Makefile
index 102fe6478290..f11cbfcc0158 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -62,7 +62,7 @@ test:
 		echo "All tests succeeded. Good news.";	\
 	fi
 
-.if defined(PARALLEL_PACKAGE_BUILD)
+.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
 post-build: test
 .else
 post-build:
-- 
cgit v1.2.3