aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/qscheme/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index ba9ed501e339..95855ea07657 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -30,6 +30,8 @@ CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \
.if ${OSVERSION} >= 500000
BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
+CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \
+ --with-gmp-inc=${LOCALBASE}/include
.endif
.include <bsd.port.post.mk>