diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-19 20:37:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-19 20:37:15 +0000 |
commit | 7556974c9966b43e545be8463b3d27b6502e7481 (patch) | |
tree | bbaca7faf99c28fbd5cd14a81d5e6a053dc63fbd /net/tn5250j | |
parent | 779baa30e4dc6d02d296ab822767128e4017b51a (diff) |
Notes
Diffstat (limited to 'net/tn5250j')
-rw-r--r-- | net/tn5250j/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tn5250j/Makefile b/net/tn5250j/Makefile index f7c5739b2942..d8dffd8fbfd1 100644 --- a/net/tn5250j/Makefile +++ b/net/tn5250j/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= saper@saper.info COMMENT= 5250 terminal emulator for the AS/400 written in Java +BROKEN= fails to build + BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \ ${JYTHON_JAR}:lang/jython \ ${JAVALIBDIR}/jt400.jar:sysutils/jtopen \ |