From 580b0c7423f336e00b3903ca8b33f179237d4c8c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 10 Dec 2012 11:25:27 +0000 Subject: Decommissioning java 1.5 (EOLed since October 2009): suppress any reference to USE_JAVA= 1.5+ (part1) --- devel/java-util-concurrent/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'devel/java-util-concurrent') diff --git a/devel/java-util-concurrent/Makefile b/devel/java-util-concurrent/Makefile index b5fc2c636eb8..df76c2bd9c12 100644 --- a/devel/java-util-concurrent/Makefile +++ b/devel/java-util-concurrent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: java-util-concurrent -# Date created: 2004-11-19 -# Whom: Herve Quiroz -# +# Created by: Herve Quiroz # $FreeBSD$ -# PORTNAME= util-concurrent PORTVERSION= 1.3.4 @@ -17,7 +13,7 @@ MAINTAINER= hq@FreeBSD.org COMMENT= Utility classes for concurrent Java programming USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= dist -- cgit v1.2.3