diff options
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r-- | devel/gettext-lib/builtin.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/gettext-lib/builtin.mk b/devel/gettext-lib/builtin.mk index 781b69613be..5230219d6ef 100644 --- a/devel/gettext-lib/builtin.mk +++ b/devel/gettext-lib/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.32 2006/04/13 16:35:58 jlam Exp $ +# $NetBSD: builtin.mk,v 1.33 2006/07/20 20:02:23 jlam Exp $ BUILTIN_PKG:= gettext @@ -101,15 +101,6 @@ USE_BUILTIN.gettext= no .endif MAKEVARS+= USE_BUILTIN.gettext -# If USE_GNU_GETTEXT is defined, then force the use of a GNU gettext -# implementation. -# -.if defined(USE_GNU_GETTEXT) -. if !empty(IS_BUILTIN.gettext:M[nN][oO]) -USE_BUILTIN.gettext= no -. endif -.endif - ### ### The section below only applies if we are not including this file ### solely to determine whether a built-in implementation exists. |