View | Details | Raw Unified | Return to bug 185923
Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 12-28 Link Here
12
COMMENT=	GLib based implementation of the GData protocol
12
COMMENT=	GLib based implementation of the GData protocol
13
13
14
BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
14
BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
15
LIB_DEPENDS=	soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
15
LIB_DEPENDS=	libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
16
16
17
USE_BZIP2=	yes
17
USE_BZIP2=	yes
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USES=		gettext pkgconfig
19
USES=		gettext pkgconfig gmake
20
USE_GMAKE=	yes
21
USE_AUTOTOOLS=	libtool
20
USE_AUTOTOOLS=	libtool
22
USE_GNOME=	gnomehack intltool ltverhack glib20
21
USE_GNOME=	gnomehack intltool ltverhack glib20
23
CPPFLAGS+=	-I${LOCALBASE}/include 
22
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
25
CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
24
CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
25
MAKE_ENV=	GI_SCANNER_DISABLE_CACHE=yes
26
26
27
NO_STAGE=	yes
28
.include <bsd.port.mk>
27
.include <bsd.port.mk>

Return to bug 185923