mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Respect WITHOUT_NLS.
This commit is contained in:
parent
2ef9dd4cfb
commit
dcad974083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290354
@ -212,13 +212,21 @@ OPTIONS= GUI "Enable building of GUI tools" off \
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.ifndef (WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
MAKE_ENV+= NO_GETTEXT=yes
|
||||
.endif
|
||||
|
||||
.ifndef (WITH_DEBUG)
|
||||
ALL_TARGET= all strip
|
||||
.endif
|
||||
|
||||
.ifdef (WITH_P4) || defined (WITH_CONTRIB)
|
||||
USE_PYTHON= yes
|
||||
PLIST_SUB= PYTHON_VER=${PYTHON_VER} PYTHON=""
|
||||
PLIST_SUB+= PYTHON_VER=${PYTHON_VER} PYTHON=""
|
||||
CONFIGURE_ARGS+= --with-python=${LOCALBASE}/bin/python
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-python
|
||||
|
@ -207,7 +207,7 @@ libexec/git-core/mergetools/araxis
|
||||
%%PERLSUB%%%%SITE_PERL%%/Git/I18N.pm
|
||||
lib/xemacs/site-lisp/git/git.el
|
||||
lib/xemacs/site-lisp/git/git-blame.el
|
||||
share/locale/is/LC_MESSAGES/git.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/git.mo
|
||||
share/emacs/site-lisp/git/git.el
|
||||
share/emacs/site-lisp/git/git-blame.el
|
||||
share/git-core/templates/description
|
||||
|
Loading…
Reference in New Issue
Block a user