aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-asdf
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2010-01-17 06:19:27 +0800
committerolgeni <olgeni@FreeBSD.org>2010-01-17 06:19:27 +0800
commit5203ffe3e7f489a2951b4d60c28e3878f1af0a6f (patch)
treebd27ac8ff651fcc5b4b0f7871ebd6d59bd47fe81 /devel/cl-asdf
parentbc6cd9cf7efa6a8f769de511dc83ba2e875e96c4 (diff)
downloadfreebsd-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.mk4
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)