diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-10 18:30:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-10 18:30:09 +0000 |
commit | a398059305049e1bee151387e7d0432de371b132 (patch) | |
tree | 6a0d753de92ab6d54f5737215450f7e4e6db0bcb /lang/qscheme/Makefile | |
parent | ac8fb41b8e0afdf06a34d012a6f74e37e667df20 (diff) |
Notes
Diffstat (limited to 'lang/qscheme/Makefile')
-rw-r--r-- | lang/qscheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 7ac41a06395d..96299f9dfbb5 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -41,8 +41,8 @@ post-patch: .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 -CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \ +BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \ --with-gmp-inc=${LOCALBASE}/include .endif |