From owner-svn-ports-all@FreeBSD.ORG Fri Sep 28 04:34:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9018106566B; Fri, 28 Sep 2012 04:34:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A3EA48FC08; Fri, 28 Sep 2012 04:34:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8S4YvoZ075122; Fri, 28 Sep 2012 04:34:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8S4Yv8P075119; Fri, 28 Sep 2012 04:34:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209280434.q8S4Yv8P075119@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Sep 2012 04:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304984 - head/textproc/aspell X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 04:34:57 -0000 Author: sunpoet Date: Fri Sep 28 04:34:57 2012 New Revision: 304984 URL: http://svn.freebsd.org/changeset/ports/304984 Log: - Fix ispell issue: CONFLICTS and SCRIPTS settings are optional (ISPELL) Modified: head/textproc/aspell/Makefile (contents, props changed) Modified: head/textproc/aspell/Makefile ============================================================================== --- head/textproc/aspell/Makefile Fri Sep 28 04:09:55 2012 (r304983) +++ head/textproc/aspell/Makefile Fri Sep 28 04:34:57 2012 (r304984) @@ -23,9 +23,6 @@ CONFIGURE_ARGS= --enable-dict-dir=${DAT --enable-curses=ncursesw \ --enable-static -CONFLICTS+= ispell* ??-ispell* -SCRIPTS= ispell spell - USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD= yes