diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-05 19:23:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-05 19:23:42 +0000 |
commit | 82a87de90c337aae160ac254606dad78d0d78d11 (patch) | |
tree | 516db145d6cf5fd4d2666f811272aad577272ac5 /comms/rxtx | |
parent | f22162b04be45bf28d125c67ee0a841fb1ae4b55 (diff) | |
download | ports-82a87de90c337aae160ac254606dad78d0d78d11.tar.gz ports-82a87de90c337aae160ac254606dad78d0d78d11.zip |
Notes
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 66031f8c8dcf..a0b50f5a8212 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -13,8 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= james@elstone.net COMMENT= Native interface to serial ports in Java -USES= gmake libtool zip -USE_LINUX= c6 +USES= gmake libtool linux:c6 zip USE_JAVA= yes JAVA_VERSION= 1.6+ |