Date: Tue, 28 Jan 2014 14:19:30 +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: r341576 - head/mail/courier Message-ID: <201401281419.s0SEJURU008056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281419.s0SEJURU008056>