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:
parent
b475ee362f
commit
2e957bdbfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317157
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue