summaryrefslogtreecommitdiff
path: root/lang/qscheme
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-12-21 08:57:03 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-12-21 08:57:03 +0000
commit1eb2a1daa4e95ff5bb9178a88a78e4c20560e8ac (patch)
tree907d0d5d19015260cac5c3b92bca74575c3d680b /lang/qscheme
parentONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using (diff)
Fix on -current (get gmp from ${LOCALBASE})
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71748
Diffstat (limited to 'lang/qscheme')
-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>