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

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 20-30 Link Here
20
USE_GNOME=	gtk30 intlhack
20
USE_GNOME=	gtk30 intlhack
21
USES=		gettext pathfix desktop-file-utils
21
USES=		gettext pathfix desktop-file-utils
22
INSTALLS_ICONS=	yes
22
INSTALLS_ICONS=	yes
23
LDFLAGS+=	-lcrypto -linotify
23
24
24
EXTRA_CONF_ARGS=--disable-cli \
25
EXTRA_CONF_ARGS=--disable-cli \
25
		--disable-daemon \
26
		--disable-daemon \
26
		--with-gtk \
27
		--with-gtk \
27
		--enable-inotify \
28
		--with-inotify \
28
		--disable-mac \
29
		--disable-mac \
29
		--enable-nls
30
		--enable-nls
30
31

Return to bug 192319