summaryrefslogtreecommitdiff
path: root/finance/gfp
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2008-11-29 21:44:34 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2008-11-29 21:44:34 +0000
commitf211643ebf2b577710c1df3d41592b7fd925decd (patch)
treea73d582b40eb4fa47d028068f3bea9290234511d /finance/gfp
parentA small library that allows you to parse CSV formatted data efficiently (diff)
Fix build: JAVA_BUILD has to be "jdk" so that JAVAC is defined
Notes
Notes: svn path=/head/; revision=223592
Diffstat (limited to 'finance/gfp')
-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