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

(-)./osmo/Makefile (-2 / +4 lines)
Lines 17-30 Link Here
17
		notify:${PORTSDIR}/devel/libnotify \
17
		notify:${PORTSDIR}/devel/libnotify \
18
		ical:${PORTSDIR}/devel/libical \
18
		ical:${PORTSDIR}/devel/libical \
19
		tar:${PORTSDIR}/devel/libtar \
19
		tar:${PORTSDIR}/devel/libtar \
20
		gringotts:${PORTSDIR}/security/libgringotts
20
		gringotts:${PORTSDIR}/security/libgringotts \
21
		gtkhtml:${PORTSDIR}/www/libgtkhtml
21
22
22
USE_GNOME=	gtk20
23
USE_GNOME=	gtk20
23
USE_GETTEXT=	yes
24
USE_GETTEXT=	yes
24
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
25
26
26
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
27
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib"
28
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib" \
29
		CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libical"
28
30
29
USE_GMAKE=	yes
31
USE_GMAKE=	yes

Return to bug 146892