mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Deprecate WITHOUT_GETTEXT in favor of WITHOUT_NLS, which is used much
more often in other ports to signify the same thing. PR: ports/68544 Approved by: "Shin'ya Murakami" <murakami at ahs dot scitec dot kobe-u dot ac dot jp> (maintainer)
This commit is contained in:
parent
1fe0f1a81f
commit
434197a7ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113027
@ -25,7 +25,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \
|
||||
USE_RUBY= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
.if !defined(WITHOUT_GETTEXT)
|
||||
.if !defined(WITHOUT_NLS)
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user