diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-08-17 05:00:30 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-08-17 05:00:30 +0800 |
commit | f2f8e4403c08245c72db8a62b2b3d1b0270439c3 (patch) | |
tree | d25fb7d645fe3b07d8d8bd78712bab3fe83610bc /textproc/cl-ppcre-sbcl | |
parent | 182f5da1b35d39ceea346710256f33bb79bfee91 (diff) | |
download | freebsd-ports-gnome-f2f8e4403c08245c72db8a62b2b3d1b0270439c3.tar.gz freebsd-ports-gnome-f2f8e4403c08245c72db8a62b2b3d1b0270439c3.tar.zst freebsd-ports-gnome-f2f8e4403c08245c72db8a62b2b3d1b0270439c3.zip |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf.
Diffstat (limited to 'textproc/cl-ppcre-sbcl')
-rw-r--r-- | textproc/cl-ppcre-sbcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index b7facf062784..0f140b57f180 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -6,6 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= textproc lisp DISTFILES= # none @@ -15,8 +16,6 @@ COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre -BROKEN= fails to build - USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes |