diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-29 18:21:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-29 18:21:16 +0000 |
commit | 32b50291c2041974839deb53b901a79ca804f744 (patch) | |
tree | a326a0262d2a79f3717aa1bbf37585d850e5bf5c /finance/gfp/Makefile | |
parent | cc9e9f62bf62e87fc156985f15a75a0c6bc8fa00 (diff) |
o Make sure a java run time is listed as a extract dependency
o Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=223545
Diffstat (limited to 'finance/gfp/Makefile')
-rw-r--r-- | finance/gfp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/gfp/Makefile b/finance/gfp/Makefile index f7734fa9e170..d650f438d5b1 100644 --- a/finance/gfp/Makefile +++ b/finance/gfp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gfp PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= gfd @@ -18,6 +18,9 @@ COMMENT= Personal finances administration software USE_ZIP= yes USE_JAVA= yes +JAVA_EXTRACT= yes +JAVA_BUILD= yes +JAVA_RUN= yes JAVA_VERSION= 1.5+ JAVA_OS= native WRKSRC= ${WRKDIR}/GFP |