diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-23 05:51:45 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-23 05:51:45 +0800 |
commit | af45c3a68288f144889bc973132909459d2decb4 (patch) | |
tree | 35276f69a7bec2a2f3b0ad2065b4905895c1ad0b /devel/cl-cffi-clisp | |
parent | a79ccfc94779263c8f3c7e06aa03bc0c30da4176 (diff) | |
download | freebsd-ports-gnome-af45c3a68288f144889bc973132909459d2decb4.tar.gz freebsd-ports-gnome-af45c3a68288f144889bc973132909459d2decb4.tar.zst freebsd-ports-gnome-af45c3a68288f144889bc973132909459d2decb4.zip |
Add dependency on devel/cl-cffi.
Noticed by: erwin
Diffstat (limited to 'devel/cl-cffi-clisp')
-rw-r--r-- | devel/cl-cffi-clisp/Makefile | 6 |
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 |