diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-05-19 22:50:33 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-05-19 22:50:33 +0000 |
commit | a0445da15d7d35ab388526bf6fed2e17007501ba (patch) | |
tree | 7e4c3c85fcaa597c3b60e2a8927ecf91ae6dd791 /Makefile | |
parent | b06abcc4cb3f698d163c16d55ddea9330a438a12 (diff) |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; \ |