diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-08-29 05:16:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-08-29 05:16:49 +0000 |
commit | 703da0321850e6b9829af6018c43f7957f5d8066 (patch) | |
tree | 50b2a4fd8a8281ade6a70af2acd83b74353df335 /www | |
parent | problem: (diff) |
Mark it FORBIDDEN for defined(PARALLEL_PACKAGE_BUILD) &&
${OSVERSION} >= 500000 -- the build hangs.
Notes
Notes:
svn path=/head/; revision=47058
Diffstat (limited to 'www')
-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 2494de3cad7d..47d2b926b2ea 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> |