diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-10-20 22:36:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-10-20 22:36:14 +0000 |
commit | 688399dcaff209d6b0300bbf1e649c8bc332d5c7 (patch) | |
tree | d4d49ef6317b8423372cde163eb2017118bba6f3 /devel/cl-infix-sbcl | |
parent | e0d6aee7495f84abd15ddfb8434167707ccc8598 (diff) |
Notes
Diffstat (limited to 'devel/cl-infix-sbcl')
-rw-r--r-- | devel/cl-infix-sbcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 800afb303922..ef1ad591301c 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -23,7 +23,5 @@ USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes -BROKEN= does not build with current lang/sbcl - .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> |