From owner-svn-ports-head@FreeBSD.ORG Mon May 6 21:53:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1CF3DE99; Mon, 6 May 2013 21:53:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA9D9BD; Mon, 6 May 2013 21:53:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r46LruVF082514; Mon, 6 May 2013 21:53:56 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r46Lru8L082513; Mon, 6 May 2013 21:53:56 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201305062153.r46Lru8L082513@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 6 May 2013 21:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317551 - head/print/pslib 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.14 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: Mon, 06 May 2013 21:53:57 -0000 Author: ehaupt Date: Mon May 6 21:53:56 2013 New Revision: 317551 URL: http://svnweb.freebsd.org/changeset/ports/317551 Log: Remove USE_GETTEXT leftover. Approved by: portmgr (bapt) Modified: head/print/pslib/Makefile Modified: head/print/pslib/Makefile ============================================================================== --- head/print/pslib/Makefile Mon May 6 21:34:57 2013 (r317550) +++ head/print/pslib/Makefile Mon May 6 21:53:56 2013 (r317551) @@ -47,7 +47,6 @@ CONFIGURE_ENV+= ac_cv_prog_DOC_TO_MAN="" .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ENV+= ac_cv_header_libintl_h=no