diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:54:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:54:16 +0000 |
commit | d4873a8048d30f64aa6e06b33ff4756eb2bdbf49 (patch) | |
tree | 2a9cbec33cc0f18f9d5a0eecea7a01ff75ae2326 /comms | |
parent | c0df2d20e0eb6e9ec565bc1b50af85592a7da90a (diff) | |
download | ports-d4873a8048d30f64aa6e06b33ff4756eb2bdbf49.tar.gz ports-d4873a8048d30f64aa6e06b33ff4756eb2bdbf49.zip |
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 dc4f5a3ffe03..1c853b204f5f 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= Incomplete pkg-plist + USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ |