svn commit: r341572 - head/mail/alpine

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 14:15:55 UTC 2014


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


More information about the svn-ports-all mailing list