diff options
author | asami <asami@FreeBSD.org> | 2001-08-29 13:18:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-29 13:18:08 +0800 |
commit | d26d18321bbe68ad16c45e58b09744873867589b (patch) | |
tree | 5c40a8ddec3638531d9c9242306d328c86028a73 /editors/jedit | |
parent | 53bf668bab4d8482a4788855c70c55dca3b1f223 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |