diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-17 06:19:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-17 06:19:27 +0800 |
commit | 5203ffe3e7f489a2951b4d60c28e3878f1af0a6f (patch) | |
tree | bd27ac8ff651fcc5b4b0f7871ebd6d59bd47fe81 /devel/cl-asdf | |
parent | bc6cd9cf7efa6a8f769de511dc83ba2e875e96c4 (diff) | |
download | freebsd-ports-gnome-5203ffe3e7f489a2951b4d60c28e3878f1af0a6f.tar.gz freebsd-ports-gnome-5203ffe3e7f489a2951b4d60c28e3878f1af0a6f.tar.zst freebsd-ports-gnome-5203ffe3e7f489a2951b4d60c28e3878f1af0a6f.zip |
Do not clobber LIB_DEPENDS and RUN_DEPENDS.
Diffstat (limited to 'devel/cl-asdf')
-rw-r--r-- | devel/cl-asdf/bsd.cl-asdf.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cl-asdf/bsd.cl-asdf.mk b/devel/cl-asdf/bsd.cl-asdf.mk index bd647e3ccaf6..82270e653494 100644 --- a/devel/cl-asdf/bsd.cl-asdf.mk +++ b/devel/cl-asdf/bsd.cl-asdf.mk @@ -55,8 +55,8 @@ RUN_DEPENDS+= clisp:${PORTSDIR}/lang/clisp .if defined(USE_ASDF) # Even if the Common Lisp compiler already has a bundled ASDF framework, # we still need the asdf-init file. -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf +BUILD_DEPENDS+= ${LOCALBASE}/${CL_LIBDIR_REL}/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf +RUN_DEPENDS+= ${LOCALBASE}/${CL_LIBDIR_REL}/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf .endif # defined(USE_ASDF) .if defined(USE_ASDF_FASL) |