diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-09-22 17:11:02 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-09-22 17:11:02 +0000 |
commit | ac474472c00f2491769ac1d6725f05a0fe095187 (patch) | |
tree | c2cf786b8c5e00f5ed885910f4e415c743f9edee /mk/platform/Darwin.mk | |
parent | df0e05cfec502e47a7599753a931fdc732fc7300 (diff) | |
download | pkgsrc-ac474472c00f2491769ac1d6725f05a0fe095187.tar.gz |
Reverting my previous openmotif->lesstif changes.
Diffstat (limited to 'mk/platform/Darwin.mk')
-rw-r--r-- | mk/platform/Darwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 282e61e3f17..6deba174da0 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.32 2008/09/14 09:51:30 ahoka Exp $ +# $NetBSD: Darwin.mk,v 1.33 2008/09/22 17:11:02 ahoka Exp $ # # Variable definitions for the Darwin operating system. @@ -42,7 +42,7 @@ CPP_PRECOMP_FLAGS?= -no-cpp-precomp -isystem /usr/include DEF_UMASK?= 0022 DEFAULT_SERIAL_DEVICE?= /dev/null EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table -MOTIF_TYPE_DEFAULT?= lesstif # openmotif is not for closed platforms +MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type NOLOGIN?= /usr/bin/false PKG_TOOLS_BIN?= ${LOCALBASE}/sbin ROOT_CMD?= /usr/bin/sudo ${SH} -c |