From owner-svn-ports-head@FreeBSD.ORG Thu May 2 21:47:51 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 A5322325; Thu, 2 May 2013 21:47:51 +0000 (UTC) (envelope-from kwm@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 9831716F9; Thu, 2 May 2013 21:47:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r42Llp54040986; Thu, 2 May 2013 21:47:51 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r42Llp6K040985; Thu, 2 May 2013 21:47:51 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305022147.r42Llp6K040985@svn.freebsd.org> From: Koop Mast Date: Thu, 2 May 2013 21:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317157 - head/devel/liblangtag 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: Thu, 02 May 2013 21:47:51 -0000 Author: kwm Date: Thu May 2 21:47:51 2013 New Revision: 317157 URL: http://svnweb.freebsd.org/changeset/ports/317157 Log: Disable introspection, so it doesn't get build if found on the system. While here indent USES Approved by: office (bapt) Modified: head/devel/liblangtag/Makefile Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Thu May 2 21:47:33 2013 (r317156) +++ head/devel/liblangtag/Makefile Thu May 2 21:47:51 2013 (r317157) @@ -17,7 +17,8 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig +CONFIGURE_ARGS= --disable-introspection USE_LDCONFIG= yes .include