Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 14:15:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341572 - head/mail/alpine
Message-ID:  <201401281415.s0SEFtcx007346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 28 14:15:54 2014
New Revision: 341572
URL: http://svnweb.freebsd.org/changeset/ports/341572
QAT: https://qat.redports.org/buildarchive/r341572/

Log:
  Switch ispell to aspell-ispell

Modified:
  head/mail/alpine/Makefile

Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile	Tue Jan 28 14:15:21 2014	(r341571)
+++ head/mail/alpine/Makefile	Tue Jan 28 14:15:54 2014	(r341572)
@@ -72,8 +72,8 @@ BUILD_DEPENDS+=	aspell:${PORTSDIR}/textp
 RUN_DEPENDS+=	aspell:${PORTSDIR}/textproc/aspell
 .else
 CONFIGURE_ARGS+=	--with-interactive-spellcheck=${LOCALBASE}/bin/ispell
-BUILD_DEPENDS+=	ispell:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/ispell
+BUILD_DEPENDS+=	ispell:${PORTSDIR}/textproc/aspell-ispell
+RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/aspell-ispell
 .endif
 .else
 CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281415.s0SEFtcx007346>