diff options
Diffstat (limited to 'textproc/cl-meta-sbcl/Makefile')
-rw-r--r-- | textproc/cl-meta-sbcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index f0ecdb65581e..bbc0e826373e 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -12,8 +12,8 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= Parser generator for Common Lisp -BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta +BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta USE_ASDF_FASL= yes FASL_TARGET= sbcl |