diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
commit | 7c354b1913f01af4543a3be2745370660e7153e4 (patch) | |
tree | 46951eebc3f0fab0c5354d48cdafd62a5f90147d /databases/jrobin | |
parent | 1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (diff) |
Notes
Diffstat (limited to 'databases/jrobin')
-rw-r--r-- | databases/jrobin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/jrobin/Makefile b/databases/jrobin/Makefile index b6e6934ce761..ab1dda370b4e 100644 --- a/databases/jrobin/Makefile +++ b/databases/jrobin/Makefile @@ -1,7 +1,5 @@ # Created by: ijliao -# # $FreeBSD$ -# PORTNAME= jrobin PORTVERSION= 1.5.14 @@ -14,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A pure Java alternative to RRDTool USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes CLASSES= jrobin |