diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-06 03:03:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-06 03:03:58 +0000 |
commit | d2668e57aa401df9c68297ff459601d737feaab6 (patch) | |
tree | b2d1d4245dfc8472075296cef478e41fa11ef7dd /editors/jedit-devel/Makefile | |
parent | 40fe72ba609b0a040d774346eed6cafbfb7ee981 (diff) |
Notes
Diffstat (limited to 'editors/jedit-devel/Makefile')
-rw-r--r-- | editors/jedit-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/jedit-devel/Makefile b/editors/jedit-devel/Makefile index 7917b2c93b27..8ee4e71d21b1 100644 --- a/editors/jedit-devel/Makefile +++ b/editors/jedit-devel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= jedit -PORTVERSION= 4.3.p5 +PORTVERSION= 4.3.p6 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME:S/e/E/}${PORTVERSION:S/.p/pre/}install1 +DISTNAME= ${PORTNAME:S/e/E/}${PORTVERSION:S/.p/pre/}install EXTRACT_SUFX= .jar EXTRACT_ONLY= @@ -20,7 +20,7 @@ COMMENT= Powerful programmer\'s text editor written in Java RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ CONFLICTS= jedit-4.2* NO_LATEST_LINK= yes |