svn commit: r417516 - head/editors/joe2

Thomas Zander riggs at FreeBSD.org
Sun Jun 26 09:44:16 UTC 2016


Author: riggs
Date: Sun Jun 26 09:44:15 2016
New Revision: 417516
URL: https://svnweb.freebsd.org/changeset/ports/417516

Log:
  Make dependency on ispell a default OPTION
  
  While on it:
  - Fix typo in makefile (PORTREIVSION -> PORTREVISION)
  
  PR:		208914
  Submitted by:	olexander.v.melnyk at gmail.com
  Approved by:	maintainer timeout

Modified:
  head/editors/joe2/Makefile

Modified: head/editors/joe2/Makefile
==============================================================================
--- head/editors/joe2/Makefile	Sun Jun 26 09:05:19 2016	(r417515)
+++ head/editors/joe2/Makefile	Sun Jun 26 09:44:15 2016	(r417516)
@@ -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 at 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


More information about the svn-ports-head mailing list