View | Details | Raw Unified | Return to bug 210971 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +19 lines)
Lines 15-30 Link Here
15
		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
15
		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
16
		libgee-0.8.so:devel/libgee \
16
		libgee-0.8.so:devel/libgee \
17
		libfolks.so:net-im/folks \
17
		libfolks.so:net-im/folks \
18
		libnotify.so:devel/libnotify
18
		libnotify.so:devel/libnotify \
19
		libgeocode-glib.so:net/geocode-glib \
20
		libgstreamer-1.0.so:multimedia/gstreamer1 \
21
		libjson-glib-1.0.so:devel/json-glib \
22
		libdrm.so:graphics/libdrm \
23
		libexpat.so:textproc/expat2 \
24
		libcogl.so:graphics/cogl \
25
		libclutter-1.0.so:graphics/clutter \
26
		libsoup-2.4.so:devel/libsoup \
27
		libsecret-1.so:security/libsecret \
28
		libnspr4.so:devel/nspr \
29
		libtelepathy-glib.so:net-im/telepathy-glib \
30
		libglib-2.0.so:devel/glib20
19
31
20
PORTSCOUT=	limitw:1,even
32
PORTSCOUT=	limitw:1,even
21
33
22
USE_GNOME=	evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
34
USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xi xrandr
23
		introspection:build
35
USE_GNOME=	cairo evolutiondataserver3 gdkpixbuf2 glib20 gnomedesktop3 \
24
USES=		gettext gmake gnome pathfix perl5 pkgconfig tar:xz
36
		gtk30 intlhack introspection:build
37
USE_GL=		egl
38
USES=		gettext gmake gnome pathfix perl5 pkgconfig sqlite tar:xz
25
GNU_CONFIGURE=	yes
39
GNU_CONFIGURE=	yes
26
CPPFLAGS+=	-I${LOCALBASE}/include
40
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
41
LDFLAGS+=	-L${LOCALBASE}/lib
42
28
MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
43
MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
29
44
30
GLIB_SCHEMAS=	org.gnome.Contacts.enums.xml \
45
GLIB_SCHEMAS=	org.gnome.Contacts.enums.xml \

Return to bug 210971