diff options
author | hq <hq@FreeBSD.org> | 2005-04-21 15:55:55 +0000 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-04-21 15:55:55 +0000 |
commit | 98f7ae582d07dd851a3dd3072186e4be4a12e031 (patch) | |
tree | 8c4d1486a5df3963a0f4b78b32ef3498905c9bfd | |
parent | 9d0ae5d9cfd0f4c8fb198461755bb038b158ba48 (diff) | |
download | FreeBSD-ports-98f7ae582d07dd851a3dd3072186e4be4a12e031.zip FreeBSD-ports-98f7ae582d07dd851a3dd3072186e4be4a12e031.tar.gz |
Unbreak: the plist error was due to java/jdk14, not comms/rxtx
Reminded by: maintainer
-rw-r--r-- | comms/rxtx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 1c853b2..dc4f5a3 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -15,8 +15,6 @@ 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+ |