aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2008-11-29 16:50:57 +0800
committerlioux <lioux@FreeBSD.org>2008-11-29 16:50:57 +0800
commitea5f0e2650ef815f7d96eb09c835be152d9d6192 (patch)
tree56a16f4497a3b581467237f923361b20dfbe7161
parentb21a07b40105470cdfc92437804aa73d624c14ba (diff)
downloadfreebsd-ports-gnome-ea5f0e2650ef815f7d96eb09c835be152d9d6192.tar.gz
freebsd-ports-gnome-ea5f0e2650ef815f7d96eb09c835be152d9d6192.tar.zst
freebsd-ports-gnome-ea5f0e2650ef815f7d96eb09c835be152d9d6192.zip
o Fix build on port's cluster: JAVA_VERSION has to be 1.5+ rather
than 1.4+ o Remove BROKEN, DEPRECATED and EXPIRATION_DATE
-rw-r--r--finance/gfp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/finance/gfp/Makefile b/finance/gfp/Makefile
index f07bb51f618f..f7734fa9e170 100644
--- a/finance/gfp/Makefile
+++ b/finance/gfp/Makefile
@@ -16,13 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Personal finances administration software
-BROKEN= Does not build
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
USE_ZIP= yes
USE_JAVA= yes
-JAVA_VERSION= 1.4+
+JAVA_VERSION= 1.5+
JAVA_OS= native
WRKSRC= ${WRKDIR}/GFP