summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-03-19 12:49:06 +0000
committerats <ats@FreeBSD.org>1995-03-19 12:49:06 +0000
commitaab5235b5788c05f1ccb66f418444684e0017f54 (patch)
tree7d572ab4744128356491893e5c4c05af478b8bb9
parent390bfe9b409033c6363c3f89d3399d0ba7b58f0a (diff)
downloadFreeBSD-src-aab5235b5788c05f1ccb66f418444684e0017f54.zip
FreeBSD-src-aab5235b5788c05f1ccb66f418444684e0017f54.tar.gz
Change the xmkmf call to a xmkmf -a call. This should be more correct for
all X11R5 and X11R6 ports. This is the way how it should be normally used according the manuals. Only pre-X1R5 ( X11R4, X11R3) ports can't handle it.
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 0206748..2741fca 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.115 1995/03/03 06:53:27 jkh Exp $
+# $Id: bsd.port.mk,v 1.116 1995/03/03 07:42:10 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -27,7 +27,7 @@
# PACKAGES - A top level directory where all packages go (rather than
# going locally to each port). (default: ${PORTSDIR}/packages).
# GMAKE - Set to path of GNU make if not in $PATH (default: gmake).
-# XMKMF - Set to path of `xmkmf' if not in $PATH (default: xmkmf).
+# XMKMF - Set to path of `xmkmf' if not in $PATH (default: xmkmf -a ).
#
# Variables that typically apply to an individual port. Non-Boolean
# variables without defaults are *mandatory*.
@@ -170,7 +170,7 @@ DO_NADA?= echo -n
# Miscellaneous overridable commands:
GMAKE?= gmake
-XMKMF?= xmkmf
+XMKMF?= xmkmf -a
MD5?= /sbin/md5
MD5_FILE?= ${FILESDIR}/md5
MAKE_FLAGS?= -f
OpenPOWER on IntegriCloud