diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-07-28 18:58:24 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-07-28 18:58:24 +0000 |
commit | 568bba2e9dd6277812e066d2738278c11c849bbe (patch) | |
tree | d2025e178a8ad95f3779955c10155cdd82ab5ddd /lang | |
parent | e6c664eccaedcb9d5442a3d5842305117bd4e7cc (diff) | |
download | ports-568bba2e9dd6277812e066d2738278c11c849bbe.tar.gz ports-568bba2e9dd6277812e066d2738278c11c849bbe.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 2 | ||||
-rw-r--r-- | lang/qscheme/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 54384fee29f9..614367055186 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast and portable Forth system LIB_DEPENDS= libffi.so.6:devel/libffi \ libltdl.so:devel/libltdl -BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:devel/ffcall +BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:devel/libffcall GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 9db92ca40dbc..fadcfe3a71b9 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -12,7 +12,7 @@ COMMENT= Small and fast Scheme interpreter LICENSE= GPLv2 -LIB_DEPENDS= libavcall.so:devel/ffcall \ +LIB_DEPENDS= libavcall.so:devel/libffcall \ libgmp.so:math/gmp \ libpcre.so:devel/pcre |