svn commit: r347375 - head/devel/librest
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Mar 7 11:46:37 UTC 2014
Author: amdmi3
Date: Fri Mar 7 11:46:37 2014
New Revision: 347375
URL: http://svnweb.freebsd.org/changeset/ports/347375
QAT: https://qat.redports.org/buildarchive/r347375/
Log:
- Fix depend on gobject-introspection
PR: 186197
Submitted by: amdmi3
Approved by: maintainer timeout
Modified:
head/devel/librest/Makefile
Modified: head/devel/librest/Makefile
==============================================================================
--- head/devel/librest/Makefile Fri Mar 7 11:44:28 2014 (r347374)
+++ head/devel/librest/Makefile Fri Mar 7 11:46:37 2014 (r347375)
@@ -11,8 +11,7 @@ COMMENT= Easy access to RESTful web serv
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
More information about the svn-ports-all
mailing list