summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-07-06 03:05:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-07-06 03:05:11 +0000
commit434197a7ee362fee8d162f620cb1c623b662ae45 (patch)
tree76626062d3c54f0c01543d90c2668d1a969e9b90 /science
parentRemove Python bingdings here as they going to be reintroduced in (diff)
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)
Notes
Notes: svn path=/head/; revision=113027
Diffstat (limited to 'science')
-rw-r--r--science/gave/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gave/Makefile b/science/gave/Makefile
index fdd8acba11dc..a56bea41b299 100644
--- a/science/gave/Makefile
+++ b/science/gave/Makefile
@@ -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