- Fix depend on gobject-introspection
PR: 186197 Submitted by: amdmi3 Approved by: maintainer timeout
This commit is contained in:
parent
9abbb4ad9d
commit
6281e4a487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347375
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue