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-uffi-sbcl | |
parent | 16be896b778062d5533bf4d1b9de5b6a482b67af (diff) |
Notes
Diffstat (limited to 'devel/cl-uffi-sbcl')
-rw-r--r-- | devel/cl-uffi-sbcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cl-uffi-sbcl/Makefile b/devel/cl-uffi-sbcl/Makefile index d97cbe133497..62862f00128b 100644 --- a/devel/cl-uffi-sbcl/Makefile +++ b/devel/cl-uffi-sbcl/Makefile @@ -6,6 +6,7 @@ PORTNAME= uffi PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -16,8 +17,6 @@ COMMENT= Universal Foreign Function Interface for Common Lisp (SBCL binaries) BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/uffi/uffi.asd:${PORTSDIR}/devel/cl-uffi RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/uffi/uffi.asd:${PORTSDIR}/devel/cl-uffi -BROKEN= fails to build - USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes |