diff options
-rw-r--r-- | devel/libgdata/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 54954f2ee..49da6fc39 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -3,22 +3,20 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libgdata/Makefile,v 1.11 2010/06/10 16:22:34 kwm Exp $ # PORTNAME= libgdata PORTVERSION= 0.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GLib based implimentation of the GData protocol -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup USE_BZIP2= yes USE_LDCONFIG= yes |