diff options
author | lioux <lioux@FreeBSD.org> | 2008-11-29 16:50:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2008-11-29 16:50:57 +0800 |
commit | ea5f0e2650ef815f7d96eb09c835be152d9d6192 (patch) | |
tree | 56a16f4497a3b581467237f923361b20dfbe7161 /finance/gfp | |
parent | b21a07b40105470cdfc92437804aa73d624c14ba (diff) | |
download | freebsd-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
Diffstat (limited to 'finance/gfp')
-rw-r--r-- | finance/gfp/Makefile | 6 |
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 |