diff options
Diffstat (limited to 'print/jabref/Makefile')
-rw-r--r-- | print/jabref/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/jabref/Makefile b/print/jabref/Makefile index 07085e29dcf4..e6a8ed44e81c 100644 --- a/print/jabref/Makefile +++ b/print/jabref/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= jabref -PORTVERSION= 2.2 -PORTREVISION= 2 +PORTVERSION= 2.5 PORTEPOCH= 1 CATEGORIES= print java editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -19,7 +18,7 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A (BibTeX native) bibliographic reference manager USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} |