diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-04-21 17:52:33 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-04-21 17:52:33 +0000 |
commit | 24cb52ff99f66fbcfb1fa288817cbbb79d689d6a (patch) | |
tree | 8952090c86d4fb0056922d715d3b28b7f3a0cbd2 /comms/rxtx | |
parent | 5645796d70247a52abc2b8191ede5afe9051d5a0 (diff) |
Backout last commit: there is indeed something wrong with this port
Pointy hat to: me
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=133881
Diffstat (limited to 'comms/rxtx')
-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+ |