diff options
author | riggs <riggs@FreeBSD.org> | 2016-06-26 17:44:15 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-06-26 17:44:15 +0800 |
commit | b2097b953a0b94ae6b23b4fccebc4c04edf4eeca (patch) | |
tree | 5e57279e4648e1f8b268dd694141db1d31c1f982 /editors/joe2 | |
parent | dabb4d11754f25b51dd90ca7d84967913d16dd70 (diff) | |
download | freebsd-ports-gnome-b2097b953a0b94ae6b23b4fccebc4c04edf4eeca.tar.gz freebsd-ports-gnome-b2097b953a0b94ae6b23b4fccebc4c04edf4eeca.tar.zst freebsd-ports-gnome-b2097b953a0b94ae6b23b4fccebc4c04edf4eeca.zip |
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
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 9 |
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 |