From 7c354b1913f01af4543a3be2745370660e7153e4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 10 Dec 2012 13:18:28 +0000 Subject: Decommissioning java 1.5 (EOLed since October 2009): suppress any reference to JAVA_VERSION= 1.5+ (part2) --- java/netty/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'java/netty') diff --git a/java/netty/Makefile b/java/netty/Makefile index 42ecbfa0f207..c303188166bb 100644 --- a/java/netty/Makefile +++ b/java/netty/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: netty -# Date created: 2011-01-16 -# Whom: Mikhail T. -# +# Created by: Mikhail T. # $FreeBSD$ -# PORTNAME= netty PORTVERSION= 3.5.5 @@ -20,7 +16,7 @@ FETCH_ARGS= -Fpr USE_JAVA= yes USE_BZIP2= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${PREFIX}/share/${UNIQUENAME} DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} -- cgit v1.2.3