summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant>2003-11-21 00:14:00 +0000
committergrant <grant>2003-11-21 00:14:00 +0000
commit750a2f51fe61b4fc2ce2dc99aee71f4c724e857e (patch)
treeb7fb73ca8f9d7d5b5b2aaeb4aa07679ea3930f72 /mk
parentbc64e7c3924f89be874bec445096ccf8c5663b70 (diff)
downloadpkgsrc-750a2f51fe61b4fc2ce2dc99aee71f4c724e857e.tar.gz
don't build HTML man pages.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.Darwin.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 80123656dca..bf380744638 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.60 2003/10/19 07:09:32 grant Exp $
+# $NetBSD: defs.Darwin.mk,v 1.61 2003/11/21 00:14:00 grant Exp $
#
# Variable definitions for the Darwin operating system.
@@ -31,6 +31,8 @@ GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
HEAD?= /usr/bin/head
HOSTNAME_CMD?= /bin/hostname
ID?= /usr/bin/id
+IMAKE?= ${X11BASE}/bin/imake ${IMAKEOPTS}
+IMAKEOPTS+= -DBuildHtmlManPages=NO
LDCONFIG?= /sbin/ldconfig
LDD?= /usr/bin/otool -L
LN?= /bin/ln