aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2001-08-29 05:16:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>2001-08-29 05:16:49 +0000
commit703da0321850e6b9829af6018c43f7957f5d8066 (patch)
tree50b2a4fd8a8281ade6a70af2acd83b74353df335 /www
parent46184381346f89a1065b39b8fb181a11ab597528 (diff)
downloadports-703da0321850e6b9829af6018c43f7957f5d8066.tar.gz
ports-703da0321850e6b9829af6018c43f7957f5d8066.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/roxen/Makefile8
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>