From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 14:25:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 842662F0; Tue, 28 Jan 2014 14:25:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 706A21244; Tue, 28 Jan 2014 14:25:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SEPqhM011466; Tue, 28 Jan 2014 14:25:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SEPq0u011465; Tue, 28 Jan 2014 14:25:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401281425.s0SEPq0u011465@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 14:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341577 - head/devel/m17n-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 14:25:52 -0000 Author: bapt Date: Tue Jan 28 14:25:51 2014 New Revision: 341577 URL: http://svnweb.freebsd.org/changeset/ports/341577 QAT: https://qat.redports.org/buildarchive/r341577/ Log: Switch ispell -> aspell-ispell Modified: head/devel/m17n-lib/Makefile Modified: head/devel/m17n-lib/Makefile ============================================================================== --- head/devel/m17n-lib/Makefile Tue Jan 28 14:19:29 2014 (r341576) +++ head/devel/m17n-lib/Makefile Tue Jan 28 14:25:51 2014 (r341577) @@ -39,8 +39,8 @@ THAI_DESC= Thai language support via lib ANTHY_LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy ANTHY_CONFIGURE_OFF+= --without-anthy -ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell +ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell ISPELL_CONFIGURE_OFF= HAVE_ISPELL=no THAI_LIB_DEPENDS= libthai.so:${PORTSDIR}/devel/libthai