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

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 20-27 Link Here
20
20
21
DIST_SUBDIR=	enlightenment
21
DIST_SUBDIR=	enlightenment
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
USES=		alias autoreconf desktop-file-utils execinfo gettext-tools \
23
USES=		alias autoreconf desktop-file-utils execinfo libtool pathfix \
24
		libtool pathfix iconv gmake pkgconfig tar:xz
24
		iconv gmake pkgconfig tar:xz
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
27
SUB_FILES=	pkg-message
27
SUB_FILES=	pkg-message
Lines 37-43 Link Here
37
OPTIONS_DEFINE=	NLS
37
OPTIONS_DEFINE=	NLS
38
OPTIONS_SUB=	yes
38
OPTIONS_SUB=	yes
39
39
40
NLS_USES=		gettext-runtime
40
NLS_USES=		gettext
41
NLS_CONFIGURE_ENABLE=	nls
41
NLS_CONFIGURE_ENABLE=	nls
42
42
43
post-patch:
43
post-patch:

Return to bug 202837