aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2014-07-18 07:45:24 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2014-07-18 07:45:24 +0000
commitacde1438e43e4d9b0ef2dbbeb892c86abe2e6123 (patch)
treed9dfbde9f099f051d9c5c6a1348b5538ce19eb6b /lang
parent626f880bd07801b0b5c9b9324ca3f2088344b07c (diff)
- Add explicit BUILD_DEPENDS on libffi to fix brokenness on i386 platforms
Reported by: pkg-fallout-builder
Notes
Notes: svn path=/head/; revision=362184
Diffstat (limited to 'lang')
-rw-r--r--lang/sagittarius-scheme/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile
index 19693439cdac..21f509340215 100644
--- a/lang/sagittarius-scheme/Makefile
+++ b/lang/sagittarius-scheme/Makefile
@@ -15,6 +15,7 @@ COMMENT= R6RS/R7RS Scheme system
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/Copyright
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libffi.pc:${PORTSDIR}/devel/libffi
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi \
libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded