svn commit: r341576 - head/mail/courier

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 14:19:30 UTC 2014


Author: bapt
Date: Tue Jan 28 14:19:29 2014
New Revision: 341576
URL: http://svnweb.freebsd.org/changeset/ports/341576
QAT: https://qat.redports.org/buildarchive/r341576/

Log:
  Switch ispell to aspell-ispell

Modified:
  head/mail/courier/Makefile

Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile	Tue Jan 28 14:18:34 2014	(r341575)
+++ head/mail/courier/Makefile	Tue Jan 28 14:19:29 2014	(r341576)
@@ -181,8 +181,8 @@ BUILD_DEPENDS+=	aspell:${PORTSDIR}/textp
 RUN_DEPENDS+=	aspell:${PORTSDIR}/textproc/aspell
 CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/aspell
 .elif ${PORT_OPTIONS:MISPELL}
-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
 CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/ispell
 .else
 CONFIGURE_ARGS+=--without-ispell


More information about the svn-ports-all mailing list