diff options
author | asami <asami@FreeBSD.org> | 2001-08-29 13:16:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-29 13:16:49 +0800 |
commit | 96f5b99b272f8a0f75928c3d76d5c6d0abd91e32 (patch) | |
tree | a3861fff4f7c7cdb465dd114cb745bb3301482cb | |
parent | df8871568b0e050022657936ebe22b8e0ba51164 (diff) | |
download | freebsd-ports-gnome-96f5b99b272f8a0f75928c3d76d5c6d0abd91e32.tar.gz freebsd-ports-gnome-96f5b99b272f8a0f75928c3d76d5c6d0abd91e32.tar.zst freebsd-ports-gnome-96f5b99b272f8a0f75928c3d76d5c6d0abd91e32.zip |
Mark it FORBIDDEN for defined(PARALLEL_PACKAGE_BUILD) &&
${OSVERSION} >= 500000 -- the build hangs.
-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> |