diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /devel/jakarta-commons-daemon | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) |
Notes
Diffstat (limited to 'devel/jakarta-commons-daemon')
-rw-r--r-- | devel/jakarta-commons-daemon/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/jakarta-commons-daemon/Makefile b/devel/jakarta-commons-daemon/Makefile index d1f9703e3d8b..5d533064e3b0 100644 --- a/devel/jakarta-commons-daemon/Makefile +++ b/devel/jakarta-commons-daemon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: commons-daemon -# Date created: 9 July 2007 -# Whom: Ronald Klop <ronald@echteman.nl> -# +# Created by: Ronald Klop <ronald@echteman.nl> # $FreeBSD$ -# PORTNAME= commons-daemon PORTVERSION= 1.0.10 @@ -22,7 +18,7 @@ COMMENT= Wrapper code to start/stop a Java application as a daemon LICENSE= AL2 USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-java=${JAVA_HOME} |