aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-05-03 05:47:51 +0800
committerkwm <kwm@FreeBSD.org>2013-05-03 05:47:51 +0800
commit8dad9366277261276295e7556ada5f5005857934 (patch)
tree7058d06c77bb19015718006b6c6bd3065fff399c /devel
parentb307cdb33dc1a72fcf4ff13bb5f4dbc4cd0f724e (diff)
downloadfreebsd-ports-gnome-8dad9366277261276295e7556ada5f5005857934.tar.gz
freebsd-ports-gnome-8dad9366277261276295e7556ada5f5005857934.tar.zst
freebsd-ports-gnome-8dad9366277261276295e7556ada5f5005857934.zip
Disable introspection, so it doesn't get build if found on the system.
While here indent USES Approved by: office (bapt)
Diffstat (limited to 'devel')
-rw-r--r--devel/liblangtag/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/liblangtag/Makefile b/devel/liblangtag/Makefile
index 9ad99b786939..d8df7dc7b3ab 100644
--- a/devel/liblangtag/Makefile
+++ b/devel/liblangtag/Makefile
@@ -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>