aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-cffi-clisp
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-22 21:51:45 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-22 21:51:45 +0000
commit23008975bc86622f1009eff100b1bb5da6e0b381 (patch)
tree99850ab29f71a7f488ca9c10faef23c237681ecb /devel/cl-cffi-clisp
parentd01ba344927936a9188255e2c31fca39a9e8d6a2 (diff)
downloadports-23008975bc86622f1009eff100b1bb5da6e0b381.tar.gz
ports-23008975bc86622f1009eff100b1bb5da6e0b381.zip
Add dependency on devel/cl-cffi.
Noticed by: erwin
Notes
Notes: svn path=/head/; revision=248368
Diffstat (limited to 'devel/cl-cffi-clisp')
-rw-r--r--devel/cl-cffi-clisp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cl-cffi-clisp/Makefile b/devel/cl-cffi-clisp/Makefile
index 68b42101db95..ec77f45146ca 100644
--- a/devel/cl-cffi-clisp/Makefile
+++ b/devel/cl-cffi-clisp/Makefile
@@ -13,10 +13,12 @@ DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A portable foreign function interface for Common Lisp
-BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \
+BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cffi/cffi.asd:${PORTSDIR}/devel/cl-cffi \
+ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \
${LOCALBASE}/${CL_LIBDIR_REL}/babel/clispfasl/src/enc-ascii.fasl:${PORTSDIR}/converters/cl-babel-clisp
-RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \
+RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cffi/cffi.asd:${PORTSDIR}/devel/cl-cffi \
+ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \
${LOCALBASE}/${CL_LIBDIR_REL}/babel/clispfasl/src/enc-ascii.fasl:${PORTSDIR}/converters/cl-babel-clisp