summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-12-03 19:17:33 +0000
committeragc <agc@pkgsrc.org>2002-12-03 19:17:33 +0000
commit642c8c8176b382464f0cc7d87cb02eed07975e1b (patch)
tree9f8b803b80ed029e1345f645e5bc32203079f3c8 /mk/defs.Darwin.mk
parent7dc9a2b816f7e285a9e49909cce2720ff56d2e65 (diff)
downloadpkgsrc-642c8c8176b382464f0cc7d87cb02eed07975e1b.tar.gz
Use a more generic way of determining, on an opsys-dependent basis,
whether the gettext package should be used.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 97e1581b93f..ed2412e89ab 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.34 2002/12/03 19:11:31 agc Exp $
+# $NetBSD: defs.Darwin.mk,v 1.35 2002/12/03 19:17:34 agc Exp $
#
# Variable definitions for the Darwin operating system.
@@ -86,6 +86,7 @@ _OPSYS_LIBTOOL_REQD= 1.4.20010614nb9 # base version of libtool required
_OPSYS_RPATH_NAME= # no name of symbol in rpath directive to linker
_PATCH_BACKUP_ARG= -V simple -b -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= cat # directory where catman pages are
+_USE_GNU_GETTEXT= no # Don't use GNU gettext
_USE_RPATH= no # don't add rpath to LDFLAGS
.if !defined(DEBUG_FLAGS)