diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-16 21:00:30 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-16 21:00:30 +0000 |
commit | 812cc45fb96a4e898770fcf8ddadc0a19afdc7c0 (patch) | |
tree | a79dcaf55b19880c25641cfafca1152bac961198 /devel/cl-split-sequence-sbcl | |
parent | 16be896b778062d5533bf4d1b9de5b6a482b67af (diff) |
Notes
Diffstat (limited to 'devel/cl-split-sequence-sbcl')
-rw-r--r-- | devel/cl-split-sequence-sbcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 8c3fb5d85123..fbe3fc4176f1 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -17,8 +17,6 @@ COMMENT= Partitioning Common Lisp sequences BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence -BROKEN= fails to build - USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes |