aboutsummaryrefslogtreecommitdiff
path: root/math/mingw32-libgmp/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-07-28 21:45:20 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-07-28 21:45:20 +0000
commitf872930d0e52c8802d4085a53fd91d3af6e0ddad (patch)
treea79f71211dc0ed6f08a805235e59f1fc3946e774 /math/mingw32-libgmp/Makefile
parent0f17cf99be7bb6defa0b0a6f7788fad50febe6fb (diff)
downloadports-f872930d0e52c8802d4085a53fd91d3af6e0ddad.tar.gz
ports-f872930d0e52c8802d4085a53fd91d3af6e0ddad.zip
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027 Reviewed by: mat Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=446854
Diffstat (limited to 'math/mingw32-libgmp/Makefile')
-rw-r--r--math/mingw32-libgmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mingw32-libgmp/Makefile b/math/mingw32-libgmp/Makefile
index d1af106dbce9..7ed14024e426 100644
--- a/math/mingw32-libgmp/Makefile
+++ b/math/mingw32-libgmp/Makefile
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CC= ${PKGNAMEPREFIX}gcc
CXX= ${PKGNAMEPREFIX}c++
CFLAGS+= -I/usr/include
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" \
+CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" \
PREFIX="${PREFIX}/${GMP_TARG}" \
M4="/usr/bin/m4"
CONFIGURE_ARGS= --enable-cxx --host=${GMP_TARG} \