diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:25:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:25:04 +0000 |
commit | 1a654e27e514dab82690947aafc76f09850c3507 (patch) | |
tree | 5a2d365eb135b90ed6ab18a826c9e6336b20ee19 /comms | |
parent | 818cc8a224d50b01d27ef085383c0a5815bb87af (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rxtx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index b0396136f85c..b2ea561d10d7 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/} MAINTAINER= jb.quenot@caraldi.com COMMENT= Native interface to serial ports in Java +BROKEN= Does not compile + USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ |