diff options
author | asami <asami@FreeBSD.org> | 2001-08-29 05:16:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-29 05:16:49 +0000 |
commit | 96f5b99b272f8a0f75928c3d76d5c6d0abd91e32 (patch) | |
tree | a3861fff4f7c7cdb465dd114cb745bb3301482cb /www/roxen | |
parent | df8871568b0e050022657936ebe22b8e0ba51164 (diff) | |
download | FreeBSD-ports-96f5b99b272f8a0f75928c3d76d5c6d0abd91e32.zip FreeBSD-ports-96f5b99b272f8a0f75928c3d76d5c6d0abd91e32.tar.gz |
Mark it FORBIDDEN for defined(PARALLEL_PACKAGE_BUILD) &&
${OSVERSION} >= 500000 -- the build hangs.
Diffstat (limited to 'www/roxen')
-rw-r--r-- | www/roxen/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile index 2494de3..47d2b92 100644 --- a/www/roxen/Makefile +++ b/www/roxen/Makefile @@ -34,4 +34,10 @@ post-install: fi @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 +FORBIDDEN= hang +.endif + +.include <bsd.port.post.mk> |