Index: Makefile =================================================================== --- Makefile (revision 340395) +++ Makefile (working copy) @@ -12,17 +12,16 @@ COMMENT= GLib based implementation of the GData protocol BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome USE_BZIP2= yes USE_LDCONFIG= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake USE_AUTOTOOLS= libtool USE_GNOME= gnomehack intltool ltverhack glib20 -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" +MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes -NO_STAGE= yes .include