summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-03-07 11:46:37 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-03-07 11:46:37 +0000
commit870c6c0d2ad0ad9d63c762d14f652735b07d4a31 (patch)
tree83348b11dbcae09862a51dc6a3a79d5a78c9b5c6
parent21c2872770b08f6b3ad2c32cc1805837097fed0c (diff)
downloadFreeBSD-ports-870c6c0d2ad0ad9d63c762d14f652735b07d4a31.zip
FreeBSD-ports-870c6c0d2ad0ad9d63c762d14f652735b07d4a31.tar.gz
- Fix depend on gobject-introspection
PR: 186197 Submitted by: amdmi3 Approved by: maintainer timeout
-rw-r--r--devel/librest/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/librest/Makefile b/devel/librest/Makefile
index 86e04c3..166450b 100644
--- a/devel/librest/Makefile
+++ b/devel/librest/Makefile
@@ -11,8 +11,7 @@ COMMENT= Easy access to RESTful web services
LICENSE= LGPL21
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
@@ -20,8 +19,7 @@ USES= pkgconfig gmake
USE_XZ= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GNOME= gnomehack glib20 intlhack libxml2
-MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes
+USE_GNOME= gnomehack glib20 intlhack libxml2 introspection:build
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
OpenPOWER on IntegriCloud