From 96f5b99b272f8a0f75928c3d76d5c6d0abd91e32 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 29 Aug 2001 05:16:49 +0000 Subject: Mark it FORBIDDEN for defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 -- the build hangs. --- www/roxen/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/roxen/Makefile b/www/roxen/Makefile index 2494de3cad7d..47d2b926b2ea 100644 --- a/www/roxen/Makefile +++ b/www/roxen/Makefile @@ -34,4 +34,10 @@ post-install: fi @${CAT} ${PKGMESSAGE} -.include +.include + +.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 +FORBIDDEN= hang +.endif + +.include -- cgit