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

Collapse All | Expand All

(-)Makefile (-4 / +17 lines)
Lines 15-27 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
19
30
20
PORTSCOUT=	limitw:1,even
31
PORTSCOUT=	limitw:1,even
21
32
22
USE_GNOME=	evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
33
USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xi xrandr
23
		introspection:build
34
USE_GNOME=	cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 \
24
USES=		gettext gmake gnome pathfix perl5 pkgconfig tar:xz
35
		gtk30 intlhack introspection:build
36
USE_GL=		egl
37
USES=		gettext gmake gnome pathfix perl5 sqlite tar:xz
25
GNU_CONFIGURE=	yes
38
GNU_CONFIGURE=	yes
26
CPPFLAGS+=	-I${LOCALBASE}/include
39
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
40
LDFLAGS+=	-L${LOCALBASE}/lib

Return to bug 210971