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-port-sbcl | |
parent | 16be896b778062d5533bf4d1b9de5b6a482b67af (diff) | |
download | ports-812cc45fb96a4e898770fcf8ddadc0a19afdc7c0.tar.gz ports-812cc45fb96a4e898770fcf8ddadc0a19afdc7c0.zip |
Notes
Diffstat (limited to 'devel/cl-port-sbcl')
-rw-r--r-- | devel/cl-port-sbcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index 2862d16bbd8a..ca85ac50547e 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -17,8 +17,6 @@ COMMENT= Cross-Lisp portability package BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port -BROKEN= fails to build - USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes |