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 /security | |
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 'security')
-rw-r--r-- | security/cl-md5-sbcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index 5ff1e3c22844..856716631f8f 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -17,8 +17,6 @@ COMMENT= A native MD5 implementation in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 -BROKEN= fails to build - USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes |