diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /comms/rxtx | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) |
Notes
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 6af484eaa755..1d184fb69527 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rxtx -# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com> -# Date Created: 2004-04-10 00:15:35 -# +# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> # $FreeBSD$ -# PORTNAME= rxtx PORTVERSION= 2.2p2 @@ -19,7 +15,7 @@ COMMENT= Native interface to serial ports in Java USE_ZIP= yes USE_GMAKE= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native GNU_CONFIGURE= yes |