diff options
author | pav <pav@FreeBSD.org> | 2008-11-14 20:31:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-14 20:31:51 +0800 |
commit | 010462c2ed9073cc374c5633416287bd768a8021 (patch) | |
tree | 4effe6ae7d2e49abaceef46d9264cd0aba979772 /comms/rxtx/Makefile | |
parent | 807393a0cc355458fce52224423657f4a877e830 (diff) | |
download | freebsd-ports-gnome-010462c2ed9073cc374c5633416287bd768a8021.tar.gz freebsd-ports-gnome-010462c2ed9073cc374c5633416287bd768a8021.tar.zst freebsd-ports-gnome-010462c2ed9073cc374c5633416287bd768a8021.zip |
- Recognize USB serial ports
PR: ports/127555
Submitted by: Takeshi MUTOH <mutoh@openedu.org>
Diffstat (limited to 'comms/rxtx/Makefile')
-rw-r--r-- | comms/rxtx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 3ccba6a9db30..68c0237965dd 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -7,7 +7,7 @@ PORTNAME= rxtx PORTVERSION= 2.1.7r2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms java MASTER_SITES= ftp://jarvi.dsl.frii.com/pub/rxtx/ PKGNAMESUFFIX= -${JAVA_PORT:S/java\///} |