diff options
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r-- | devel/libgdata/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index d931d49cb..2d149acba 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GLib based implimentation of the GData protocol -BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgcr-3.so:${PORTSDIR}/security/gcr \ @@ -21,14 +22,12 @@ CONFLICTS= libgdata-0.6.* USE_XZ= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USES= gettext gmake pathfix pkgconfig -USE_GNOME= glib20 gnomeprefix intltool introspection:build ltverhack +GNU_CONFIGURE= yes +USES= gettext gmake libtool pathfix pkgconfig +USE_GNOME= glib20 gnomehier gnomeprefix intltool introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-ca-certs=${LOCALBASE}/share/certs/ca-root-nss.crt -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdata.so.13 - .include <bsd.port.mk> |