summaryrefslogtreecommitdiff
path: root/devel/swank-clojure/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 11:25:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 11:25:27 +0000
commit580b0c7423f336e00b3903ca8b33f179237d4c8c (patch)
tree8bed025c70382531bf17d65c836cc69c3dd2d951 /devel/swank-clojure/Makefile
parentUpdate to 1.5.4.26862 (diff)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
Notes
Notes: svn path=/head/; revision=308600
Diffstat (limited to 'devel/swank-clojure/Makefile')
-rw-r--r--devel/swank-clojure/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/swank-clojure/Makefile b/devel/swank-clojure/Makefile
index f3fc497efdc2..a03a430109c9 100644
--- a/devel/swank-clojure/Makefile
+++ b/devel/swank-clojure/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: swank-clojure
-# Date created: Jun 17 2010
-# Whom: olgeni
-#
+# Created by: olgeni
# $FreeBSD$
-#
PORTNAME= swank-clojure
PORTVERSION= 1.2.1
@@ -17,7 +13,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= Swank/SLIME support for Clojure
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
WRKSRC= ${WRKDIR}/technomancy-swank-clojure-0af258a