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/roxen | |
parent | 46184381346f89a1065b39b8fb181a11ab597528 (diff) | |
download | ports-703da0321850e6b9829af6018c43f7957f5d8066.tar.gz ports-703da0321850e6b9829af6018c43f7957f5d8066.zip |
Notes
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 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> |