diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-25 21:37:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-25 21:37:17 +0800 |
commit | 00824ab8a32a4fdf19915b7c718d12ee10ae03f9 (patch) | |
tree | 33bfe667579141eee8f2d1c89d3eda8ab92881fd /comms | |
parent | 11f3293d6645880826f91c993baa283ae4707026 (diff) | |
download | freebsd-ports-gnome-00824ab8a32a4fdf19915b7c718d12ee10ae03f9.tar.gz freebsd-ports-gnome-00824ab8a32a4fdf19915b7c718d12ee10ae03f9.tar.zst freebsd-ports-gnome-00824ab8a32a4fdf19915b7c718d12ee10ae03f9.zip |
- Remove unneeded depend on linux emulation
PR: 212037
Submitted by: james@elstone.net (maintainer)
Reported by: howard0su@gmail.com
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rxtx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index a0b50f5a8212..f8950ceac820 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -3,7 +3,7 @@ PORTNAME= rxtx PORTVERSION= 2.2p2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms java MASTER_SITES= http://rxtx.qbang.org/pub/rxtx/ \ ftp://jarvi.dsl.frii.com/pub/rxtx/ @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= james@elstone.net COMMENT= Native interface to serial ports in Java -USES= gmake libtool linux:c6 zip +USES= gmake libtool zip USE_JAVA= yes JAVA_VERSION= 1.6+ |