aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-24 09:12:46 +0800
committeredwin <edwin@FreeBSD.org>2002-11-24 09:12:46 +0800
commitf404358fc4dbfebee87774eaf4e06ae69f47b7d4 (patch)
tree9f1a83e46b0a8a40669fb0ffd9a7434989aa3bdc /lang
parent0def864ab5aced3e3eb04a18e066fbf08ec15fae (diff)
downloadfreebsd-ports-gnome-f404358fc4dbfebee87774eaf4e06ae69f47b7d4.tar.gz
freebsd-ports-gnome-f404358fc4dbfebee87774eaf4e06ae69f47b7d4.tar.zst
freebsd-ports-gnome-f404358fc4dbfebee87774eaf4e06ae69f47b7d4.zip
port wants gmp, port gets gmp
Noticed by: bento
Diffstat (limited to 'lang')
-rw-r--r--lang/qscheme/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index 711c5f9c17c4..21b372105a8c 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -26,4 +26,10 @@ CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \
--with-avcall-dir=${LOCALBASE}/lib \
--with-avcall-inc=${LOCALBASE}/include
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
+.endif
+
+.include <bsd.port.post.mk>