aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2008-11-30 05:44:34 +0800
committerlioux <lioux@FreeBSD.org>2008-11-30 05:44:34 +0800
commit17e9986af22157a9e2a8f38e2931ff381d0c893b (patch)
treea95c7e7321cf082248db5afd168db4ef46c5cd24 /finance
parentcbe836d34c2f6ef24c871300ec607604e6107303 (diff)
downloadfreebsd-ports-gnome-17e9986af22157a9e2a8f38e2931ff381d0c893b.tar.gz
freebsd-ports-gnome-17e9986af22157a9e2a8f38e2931ff381d0c893b.tar.zst
freebsd-ports-gnome-17e9986af22157a9e2a8f38e2931ff381d0c893b.zip
Fix build: JAVA_BUILD has to be "jdk" so that JAVAC is defined
Diffstat (limited to 'finance')
-rw-r--r--finance/gfp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gfp/Makefile b/finance/gfp/Makefile
index d650f438d5b1..89adbade6122 100644
--- a/finance/gfp/Makefile
+++ b/finance/gfp/Makefile
@@ -19,7 +19,7 @@ COMMENT= Personal finances administration software
USE_ZIP= yes
USE_JAVA= yes
JAVA_EXTRACT= yes
-JAVA_BUILD= yes
+JAVA_BUILD= jdk
JAVA_RUN= yes
JAVA_VERSION= 1.5+
JAVA_OS= native