diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/java-commapi-freebsd/Makefile | 8 | ||||
-rw-r--r-- | comms/java-commapi/Makefile | 6 | ||||
-rw-r--r-- | comms/rxtx/Makefile | 8 |
3 files changed, 6 insertions, 16 deletions
diff --git a/comms/java-commapi-freebsd/Makefile b/comms/java-commapi-freebsd/Makefile index 1d35578d3bf8..aad82ff3facd 100644 --- a/comms/java-commapi-freebsd/Makefile +++ b/comms/java-commapi-freebsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: java freebsd-commapi -# Date created: 2001/07/01 -# Whom: Ari Suutari <ari.suutari@syncrontech.com> -# +# Created by: Ari Suutari <ari.suutari@syncrontech.com> # $FreeBSD$ -# PORTNAME= java-commapi-freebsd PORTVERSION= 0.9 @@ -18,7 +14,7 @@ BUILD_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_BUILD= yes diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index 843e5c90f079..6f0df8bf8407 100644 --- a/comms/java-commapi/Makefile +++ b/comms/java-commapi/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: Java Commapi -# Date created: 2001/07/01 -# Whom: Ari Suutari <ari.suutari@syncrontech.com> +# Created by: Ari Suutari <ari.suutari@syncrontech.com> # # $FreeBSD$ # @@ -17,7 +15,7 @@ COMMENT= Sun's Java Communications API USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_CDROM= Sun has a funky license for this software RESTRICTED= no commercial use 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 |