aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-05-19 22:50:33 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-05-19 22:50:33 +0000
commita0445da15d7d35ab388526bf6fed2e17007501ba (patch)
tree7e4c3c85fcaa597c3b60e2a8927ecf91ae6dd791 /Makefile
parentb06abcc4cb3f698d163c16d55ddea9330a438a12 (diff)
downloadports-a0445da15d7d35ab388526bf6fed2e17007501ba.tar.gz
ports-a0445da15d7d35ab388526bf6fed2e17007501ba.zip
When setting INDEX_PRISTINE, also set USE_NONDEFAULT_X11BASE to
fix INDEX builds for older (OSVERSION < 602000) systems. Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=191553
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84f9e486b3c3..df650682729f 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ ${INDEXDIR}/${INDEXFILE}:
if [ "${INDEX_PRISTINE}" != "" ]; then \
export LOCALBASE=/nonexistentlocal; \
export X11BASE=/nonexistentx; \
+ export USE_NONDEFAULT_X11BASE=1; \
fi; \
tmpdir=`/usr/bin/mktemp -d -t index` || exit 1; \
trap "rm -rf $${tmpdir}; exit 1" 1 2 3 5 10 13 15; \