svn commit: r317157 - head/devel/liblangtag

Koop Mast kwm at FreeBSD.org
Thu May 2 21:47:51 UTC 2013


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>


More information about the svn-ports-all mailing list