aboutsummaryrefslogtreecommitdiffstats
path: root/editors/jedit
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2001-08-29 13:18:08 +0800
committerasami <asami@FreeBSD.org>2001-08-29 13:18:08 +0800
commitd26d18321bbe68ad16c45e58b09744873867589b (patch)
tree5c40a8ddec3638531d9c9242306d328c86028a73 /editors/jedit
parent53bf668bab4d8482a4788855c70c55dca3b1f223 (diff)
downloadfreebsd-ports-gnome-d26d18321bbe68ad16c45e58b09744873867589b.tar.gz
freebsd-ports-gnome-d26d18321bbe68ad16c45e58b09744873867589b.tar.zst
freebsd-ports-gnome-d26d18321bbe68ad16c45e58b09744873867589b.zip
Mark it FORBIDDEN for PARALLEL_PACKAGE_BUILD case -- hang.
Diffstat (limited to 'editors/jedit')
-rw-r--r--editors/jedit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile
index a814b32cdfa4..7fd28053b7bd 100644
--- a/editors/jedit/Makefile
+++ b/editors/jedit/Makefile
@@ -38,4 +38,8 @@ do-install:
@${INSTALL_DATA} ${DISTDIR}/swingall.jar ${PREFIX}/share/java/jedit
@${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit
+.if defined(PARALLEL_PACKAGE_BUILD)
+FORBIDDEN= hang
+.endif
+
.include <bsd.port.mk>