Disable introspection, so it doesn't get build if found on the system.

While here indent USES

Approved by:	office (bapt)
This commit is contained in:
Koop Mast 2013-05-02 21:47:51 +00:00
parent b475ee362f
commit 2e957bdbfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317157

View file

@ -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>