summaryrefslogtreecommitdiff
path: root/editors/jedit
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2001-08-29 05:18:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>2001-08-29 05:18:08 +0000
commitd48950163fa8385b712ba7db09589b22b8f8fa79 (patch)
treeb6018816b41b08c023dfbeaefadd35398059fe69 /editors/jedit
parentMark it FORBIDDEN for parallel package build -- hang. (diff)
Mark it FORBIDDEN for PARALLEL_PACKAGE_BUILD case -- hang.
Notes
Notes: svn path=/head/; revision=47060
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>