summaryrefslogtreecommitdiff
path: root/lang/qscheme
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 01:12:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 01:12:46 +0000
commit4a76985dbdb3e41723ed6ddb13f62a3a0b8373a9 (patch)
treec02d9d2528e2dd636ef474f105308bde8e434c80 /lang/qscheme
parentAdd pornview, an Image Viewer (diff)
port wants gmp, port gets gmp
Noticed by: bento
Notes
Notes: svn path=/head/; revision=70928
Diffstat (limited to 'lang/qscheme')
-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>