From owner-freebsd-office@FreeBSD.ORG Fri Sep 28 19:20:08 2012 Return-Path: Delivered-To: office@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09705106564A for ; Fri, 28 Sep 2012 19:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E93828FC12 for ; Fri, 28 Sep 2012 19:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8SJK7Ra086804 for ; Fri, 28 Sep 2012 19:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8SJK7A8086798; Fri, 28 Sep 2012 19:20:07 GMT (envelope-from gnats) Date: Fri, 28 Sep 2012 19:20:07 GMT Message-Id: <201209281920.q8SJK7A8086798@freefall.freebsd.org> To: office@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/172149: commit references a PR X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 19:20:08 -0000 The following reply was made to PR ports/172149; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172149: commit references a PR Date: Fri, 28 Sep 2012 19:10:19 +0000 (UTC) Author: bapt Date: Fri Sep 28 19:10:04 2012 New Revision: 305008 URL: http://svn.freebsd.org/changeset/ports/305008 Log: Do not depend on gettext if NLS is off PR: ports/172149 Submitted by: Gennady Proskurin Modified: head/textproc/aspell/Makefile Modified: head/textproc/aspell/Makefile ============================================================================== --- head/textproc/aspell/Makefile Fri Sep 28 18:45:58 2012 (r305007) +++ head/textproc/aspell/Makefile Fri Sep 28 19:10:04 2012 (r305008) @@ -39,7 +39,6 @@ SUB_LIST= VERINST=${VERINST} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else -USE_GETTEXT= yes CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"