diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-20 12:26:21 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-20 12:26:21 +0000 |
commit | c073a1451e52aedbed0275c50735e7f722c165f8 (patch) | |
tree | c0d0e7bda0634b32a1a8b6843683b2b7e34011c9 /devel/cl-uffi-sbcl | |
parent | a37b3983d49586af4a99c9b5c784f3879f4e15f0 (diff) | |
download | ports-c073a1451e52aedbed0275c50735e7f722c165f8.tar.gz ports-c073a1451e52aedbed0275c50735e7f722c165f8.zip |
Notes
Diffstat (limited to 'devel/cl-uffi-sbcl')
-rw-r--r-- | devel/cl-uffi-sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cl-uffi-sbcl/Makefile b/devel/cl-uffi-sbcl/Makefile index 88746c9ae262..a0f6e5e311b7 100644 --- a/devel/cl-uffi-sbcl/Makefile +++ b/devel/cl-uffi-sbcl/Makefile @@ -15,7 +15,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Universal Foreign Function Interface for Common Lisp (SBCL binaries) BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/uffi/uffi.asd:${PORTSDIR}/devel/cl-uffi -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/uffi/uffi.asd:${PORTSDIR}/devel/cl-uffi USE_ASDF_FASL= yes FASL_TARGET= sbcl |