aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2002-12-21 16:57:03 +0800
committeranholt <anholt@FreeBSD.org>2002-12-21 16:57:03 +0800
commitd952911c724d1b63dde2a9b4dabbf52a43e9ca51 (patch)
tree4f3a421a64a1dd8db068948300a65859622d4a44 /lang
parent4a4cc7ca41e30b1c77e3787f4eab97e996f2dbf4 (diff)
downloadfreebsd-ports-gnome-d952911c724d1b63dde2a9b4dabbf52a43e9ca51.tar.gz
freebsd-ports-gnome-d952911c724d1b63dde2a9b4dabbf52a43e9ca51.tar.zst
freebsd-ports-gnome-d952911c724d1b63dde2a9b4dabbf52a43e9ca51.zip
Fix on -current (get gmp from ${LOCALBASE})
Submitted by: bento
Diffstat (limited to 'lang')
-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>