diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 01:12:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 01:12:46 +0000 |
commit | 4a76985dbdb3e41723ed6ddb13f62a3a0b8373a9 (patch) | |
tree | c02d9d2528e2dd636ef474f105308bde8e434c80 /lang | |
parent | Add pornview, an Image Viewer (diff) |
port wants gmp, port gets gmp
Noticed by: bento
Diffstat (limited to 'lang')
-rw-r--r-- | lang/qscheme/Makefile | 8 |
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> |