diff options
Diffstat (limited to 'editors/jedit/Makefile')
-rw-r--r-- | editors/jedit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 6565d41a1200..51bf9b35b49a 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -7,10 +7,9 @@ PORTNAME= jedit PORTVERSION= 4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}install EXTRACT_SUFX= .jar EXTRACT_ONLY= @@ -25,7 +24,7 @@ CONFLICTS= jedit-4.3* USE_JAVA= yes JAVA_VERSION= 1.3+ -USE_XLIB= yes +USE_XORG= x11 NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} |