mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Fix build when NLS option is off
PR: 202837 Submitted by: Julien Cigar (jcigar <at> ulb <dot> ac <dot> be)
This commit is contained in:
parent
8f2fe367d2
commit
8156e93505
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395911
@ -20,8 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graph
|
||||
|
||||
DIST_SUBDIR= enlightenment
|
||||
GNU_CONFIGURE= yes
|
||||
USES= alias autoreconf desktop-file-utils execinfo libtool pathfix \
|
||||
iconv gmake pkgconfig tar:xz
|
||||
USES= alias autoreconf desktop-file-utils execinfo gettext-tools \
|
||||
libtool pathfix iconv gmake pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
SUB_FILES= pkg-message
|
||||
@ -37,7 +37,7 @@ CPPFLAGS+= -I${LOCALBASE}/include/e_dbus-1
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user