diff options
author | lioux <lioux@FreeBSD.org> | 2008-11-30 05:44:34 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2008-11-30 05:44:34 +0800 |
commit | 17e9986af22157a9e2a8f38e2931ff381d0c893b (patch) | |
tree | a95c7e7321cf082248db5afd168db4ef46c5cd24 /finance | |
parent | cbe836d34c2f6ef24c871300ec607604e6107303 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |