diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-03 22:08:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-03 22:08:09 +0000 |
commit | 68bf3df3ebeb62f53bc5e1b28b053864ba08108e (patch) | |
tree | 6bc30047e7a21b76f23a8abb4b2bf04b4a3d4a4a /security/nss | |
parent | Fix a problem where some unused file was left in and eventually got (diff) |
Disable the automatic tests on 4.X. They are known to fail.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |