aboutsummaryrefslogtreecommitdiff
path: root/editors/joe/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-26 14:52:04 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-26 14:52:04 +0000
commitc5a357ca444dad0cc39fa50377ac244d52792e4d (patch)
treec832d1e188aee3ed6c0e29593d1182664282cfd4 /editors/joe/Makefile
parent84cec18196349d505ce4fe450ba287aaeb4f0865 (diff)
downloadports-c5a357ca444dad0cc39fa50377ac244d52792e4d.tar.gz
ports-c5a357ca444dad0cc39fa50377ac244d52792e4d.zip
Notes
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r--editors/joe/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index 46e4ae69703e..beb6a10a850e 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -3,14 +3,16 @@
PORTNAME= joe
PORTVERSION= 3.7
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES?= editors
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
-MAINTAINER= sylvio@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Joe's Own Editor
+LICENSE= GPLv1
+
BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
@@ -18,7 +20,6 @@ OPTIONS_DEFINE= DOCS
CONFLICTS= joe-2.*
-LICENSE= GPLv1
USES= gmake iconv ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"