summaryrefslogtreecommitdiff
path: root/editors/joe2/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2016-06-26 09:44:15 +0000
committerThomas Zander <riggs@FreeBSD.org>2016-06-26 09:44:15 +0000
commit21b55d209699d557db8f9943bfecbf38056a4c47 (patch)
tree5e57279e4648e1f8b268dd694141db1d31c1f982 /editors/joe2/Makefile
parent- Clarify LICENSE (diff)
Make dependency on ispell a default OPTION
While on it: - Fix typo in makefile (PORTREIVSION -> PORTREVISION) PR: 208914 Submitted by: olexander.v.melnyk@gmail.com Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=417516
Diffstat (limited to '')
-rw-r--r--editors/joe2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile
index 2e3473071c1c..f3188f1a7744 100644
--- a/editors/joe2/Makefile
+++ b/editors/joe2/Makefile
@@ -3,18 +3,19 @@
PORTNAME= joe
PORTVERSION= 2.9.8
-PORTREIVSION= 1
+PORTREVISION= 1
CATEGORIES+= editors
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
+PKGNAMESUFFIX= 2
MAINTAINER?= toasty@dragondata.com
COMMENT?= Joe's Own Editor
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS ISPELL
+OPTIONS_DEFAULT= DOCS ISPELL
-RUN_DEPENDS= ispell:textproc/aspell-ispell
+ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell
-PKGNAMESUFFIX= 2
CONFLICTS= joe-3*
GNU_CONFIGURE= yes