diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-03 09:41:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-03 09:41:52 +0800 |
commit | 513232b3924975f0ff09991bf4b4db77fb3353c8 (patch) | |
tree | 10f3188ca007e817800f30348d7ab7678b96c8ce /devel/nspr | |
parent | 125604b8c3a75abb4cfe0f19ac0ee960f20a7536 (diff) | |
download | freebsd-ports-graphics-513232b3924975f0ff09991bf4b4db77fb3353c8.tar.gz freebsd-ports-graphics-513232b3924975f0ff09991bf4b4db77fb3353c8.tar.zst freebsd-ports-graphics-513232b3924975f0ff09991bf4b4db77fb3353c8.zip |
Disable the automatic tests until we can figure out why they are hanging
on pointyhat.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'devel/nspr')
-rw-r--r-- | devel/nspr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 18eb7367b34..5ecac8f89f7 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -56,14 +56,14 @@ libtests: test: libtests prtests -.if defined(PARALLEL_PACKAGE_BUILD) -post-build: test -.else +#.if defined(PARALLEL_PACKAGE_BUILD) +#post-build: test +#.else post-build: # # Please, consider running ``make test'' to find any # possible build problems. # -.endif +#.endif .include <bsd.port.mk> |