diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 21:30:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 21:30:21 +0000 |
commit | a128f2fa88feb1af75a54443a168caf9f2cc4627 (patch) | |
tree | a1050867b2fed2cadfc7ad7019d20c8056f16cc2 /misc/jbidwatcher/Makefile | |
parent | 9930d8f2fe4839c39cfe39744875f9460d56abe6 (diff) |
Notes
Diffstat (limited to 'misc/jbidwatcher/Makefile')
-rw-r--r-- | misc/jbidwatcher/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index 3eff22bd7b5c..5d88fe28aed1 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -6,13 +6,12 @@ # PORTNAME= jbidwatcher -DISTVERSION= 1.0.2 -PORTREVISION?= 0 +DISTVERSION= 2.0beta2 CATEGORIES= misc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.jbidwatcher.com/rdl/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= JBidWatcher-${DISTVERSION} +DISTNAME= JBidwatcher-${DISTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= @@ -20,7 +19,7 @@ MAINTAINER= shurd@sasktel.net COMMENT= A Java-based application allowing you to monitor eBay auctions USE_JAVA= yes -JAVA_VERSION= 1.3+ +JAVA_VERSION= 1.5+ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ |