diff options
author | hq <hq@FreeBSD.org> | 2005-04-22 01:52:33 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-04-22 01:52:33 +0800 |
commit | f7ec39bc1f51f3bccdc3f8611034f4c95a922758 (patch) | |
tree | dad6916b05bed3b6c232662d86769deb335ca07d /comms/rxtx | |
parent | 9e41960d0fa003f5ba181b0a3e7efab97fb004c4 (diff) | |
download | freebsd-ports-gnome-f7ec39bc1f51f3bccdc3f8611034f4c95a922758.tar.gz freebsd-ports-gnome-f7ec39bc1f51f3bccdc3f8611034f4c95a922758.tar.zst freebsd-ports-gnome-f7ec39bc1f51f3bccdc3f8611034f4c95a922758.zip |
Backout last commit: there is indeed something wrong with this port
Pointy hat to: me
Pointed out by: kris
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+ |