aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-10-22 13:50:20 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-10-22 13:53:29 +0000
commit512db946f5ec103b63ad0d245c5c101647955717 (patch)
tree874e676a219ee643588e4132417ee16d5fe218b7
parent3959349227f891fc97cde289d19a8ef27c35b015 (diff)
downloadports-512db946f5ec103b63ad0d245c5c101647955717.tar.gz
ports-512db946f5ec103b63ad0d245c5c101647955717.zip
converters/cl-babel-sbcl: unbreak with updated BUILD_DEPENDS.
PR: 259329 Reported by: Filipe da Silva Santos <contact@shiori.com.br> MFH: 2021Q4
-rw-r--r--converters/cl-babel-sbcl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile
index c261a1e46c10..b6967982019a 100644
--- a/converters/cl-babel-sbcl/Makefile
+++ b/converters/cl-babel-sbcl/Makefile
@@ -8,14 +8,12 @@ DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Charset encoding/decoding library written in Common Lisp
-BROKEN= does not build: depends on file: /usr/local/lib/common-lisp/alexandria/sbclfasl/arrays.fasl - not found
-
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \
- ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \
+ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/alexandria-1/arrays.fasl:devel/cl-alexandria-sbcl \
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \
- ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/arrays.fasl:devel/cl-alexandria-sbcl \
+ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/alexandria-1/arrays.fasl:devel/cl-alexandria-sbcl \
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/sbclfasl/package.fasl:devel/cl-trivial-gray-streams-sbcl