Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 21:47:51 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317157 - head/devel/liblangtag
Message-ID:  <201305022147.r42Llp6K040985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305022147.r42Llp6K040985>