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

(-)Makefile (-2 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
14
LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
15
		libdbus-1.so:${PORTSDIR}/devel/dbus \
15
		libdbus-1.so:${PORTSDIR}/devel/dbus \
16
		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
17
		libfreetype.so:${PORTSDIR}/print/freetype2 \
16
		libfreetype.so:${PORTSDIR}/print/freetype2 \
18
		libnotify.so:${PORTSDIR}/devel/libnotify \
17
		libnotify.so:${PORTSDIR}/devel/libnotify \
19
		libpango-1.0.so:${PORTSDIR}/x11-toolkits/pango \
18
		libpango-1.0.so:${PORTSDIR}/x11-toolkits/pango \
Lines 21-27 Link Here
21
20
22
USE_GITHUB=	yes
21
USE_GITHUB=	yes
23
GH_ACCOUNT=	knopwob
22
GH_ACCOUNT=	knopwob
24
USES=		gmake pkgconfig:build perl5
23
USES=		execinfo gmake pkgconfig:build perl5
25
USE_GNOME=	glib20
24
USE_GNOME=	glib20
26
USE_XORG=	xext xft xinerama xscrnsaver
25
USE_XORG=	xext xft xinerama xscrnsaver
27
MAKE_ARGS+=	MANPREFIX="${PREFIX}/man"
26
MAKE_ARGS+=	MANPREFIX="${PREFIX}/man"

Return to bug 205365