diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-18 11:22:41 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-18 11:22:41 +0000 |
commit | 94d68468aec10eb9dae8fbda247edee4c3493e8a (patch) | |
tree | 634c844fe213fc37c2222a84caa5e37daed68933 /mk/defs.Darwin.mk | |
parent | d247ea385b2d199cf6dfb4e19ad7c69062282c44 (diff) | |
download | pkgsrc-94d68468aec10eb9dae8fbda247edee4c3493e8a.tar.gz |
Remove Motif 1.2 functionality.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index dba8e3364e9..eacebe931c4 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.76 2004/05/31 16:47:00 jschauma Exp $ +# $NetBSD: defs.Darwin.mk,v 1.77 2004/06/18 11:22:41 kristerw Exp $ # # Variable definitions for the Darwin operating system. @@ -89,7 +89,6 @@ DEF_UMASK?= 0022 DEFAULT_SERIAL_DEVICE?= /dev/null EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type -MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type NOLOGIN?= ${FALSE} PKG_TOOLS_BIN?= ${LOCALBASE}/sbin ROOT_CMD?= sudo sh -c |