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

(-)net-im/folks/Makefile (-1 / +3 lines)
Lines 9-15 Link Here
9
MAINTAINER=	gnome@FreeBSD.org
9
MAINTAINER=	gnome@FreeBSD.org
10
COMMENT=	library to aggregates people from multiple sources
10
COMMENT=	library to aggregates people from multiple sources
11
11
12
BUILD_DEPENDS=	vapigen:lang/vala
12
BUILD_DEPENDS=	vapigen:lang/vala \
13
		${LOCALBASE}/bin/egrep:textproc/gnugrep
13
LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
14
LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
14
		libgcr-3.so:security/gcr \
15
		libgcr-3.so:security/gcr \
15
		libzeitgeist-2.0.so:sysutils/zeitgeist \
16
		libzeitgeist-2.0.so:sysutils/zeitgeist \
Lines 22-27 Link Here
22
USE_GNOME=	evolutiondataserver3 intlhack introspection:build
23
USE_GNOME=	evolutiondataserver3 intlhack introspection:build
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--disable-bluez-backend
25
CONFIGURE_ARGS=	--disable-bluez-backend
26
CONFIGURE_ENV+=	ac_cv_path_EGREP=${LOCALBASE}/bin/egrep
25
INSTALL_TARGET=	install-strip
27
INSTALL_TARGET=	install-strip
26
28
27
GLIB_SCHEMAS=	org.freedesktop.folks.gschema.xml
29
GLIB_SCHEMAS=	org.freedesktop.folks.gschema.xml

Return to bug 218638