diff options
Diffstat (limited to 'finance/jgnash/Makefile')
-rw-r--r-- | finance/jgnash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/jgnash/Makefile b/finance/jgnash/Makefile index 15ed01992869..f4b4b747132c 100644 --- a/finance/jgnash/Makefile +++ b/finance/jgnash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jGnash -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= finance java MASTER_SITES= SF/jgnash/Active%20Stable%202.x/2.5.x%20Releases @@ -22,6 +22,7 @@ PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ +JAVA_VENDOR= openjdk NO_BUILD= yes |