summaryrefslogtreecommitdiffstats
path: root/devel/libgdata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r--devel/libgdata/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
index d9a9e6479..32bad900c 100644
--- a/devel/libgdata/Makefile
+++ b/devel/libgdata/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libgdata/Makefile,v 1.23 2012/05/02 07:13:11 kwm Exp $
+# $MCom: ports/devel/libgdata/Makefile,v 1.24 2012/05/27 14:03:58 kwm Exp $
#
PORTNAME= libgdata
@@ -17,7 +17,7 @@ COMMENT= GLib based implimentation of the GData protocol
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \
- oauth.8:${PORTSDIR}/net/liboauth
+ oauth:${PORTSDIR}/net/liboauth
RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
CONFLICTS= libgdata-0.6.*
@@ -28,10 +28,10 @@ USE_GETTEXT= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack intltool ltverhack glib20
+USE_GNOME= gnomeprefix gnomehack intltool ltverhack glib20
+USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" \
- --with-ca-certs=${LOCALBASE}/share/certs/ca-root-nss.crt
+CONFIGURE_ARGS+=--with-ca-certs=${LOCALBASE}/share/certs/ca-root-nss.crt
.include <bsd.port.mk>