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 /www/cl-lml-sbcl | |
parent | 16be896b778062d5533bf4d1b9de5b6a482b67af (diff) |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf.
Notes
Notes:
svn path=/head/; revision=279848
Diffstat (limited to 'www/cl-lml-sbcl')
-rw-r--r-- | www/cl-lml-sbcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 551791c1972c..760599a1885c 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none @@ -17,8 +17,6 @@ COMMENT= Lisp Markup Language BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml -BROKEN= fails to build - USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes |