diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-24 14:10:45 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-24 14:10:45 +0000 |
commit | f00f210e61a1a97c4a68fcec84841ef07604d828 (patch) | |
tree | 62cac5783e3d1358090e551d7e3f3319d05c9bf7 /x11 | |
parent | adb90eaa28b6ff23a47b6b0be7ee7a9e3ab3a3a9 (diff) | |
download | ports-f00f210e61a1a97c4a68fcec84841ef07604d828.tar.gz ports-f00f210e61a1a97c4a68fcec84841ef07604d828.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 3 | ||||
-rw-r--r-- | x11/cl-clx/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index e2d321d5ba46..a5a3e8fc29e4 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -4,6 +4,7 @@ # # $FreeBSD$ +PORTREVISION= 2 DISTFILES= # none MASTERDIR= ${.CURDIR}/../../x11/cl-clx @@ -17,4 +18,6 @@ FASL_TARGET= sbcl PLIST= ${.CURDIR}/pkg-plist +BROKEN = : Changes in sbcl 1.0.55 have exposed problems in ${ASDF_PATHNAME}/depdefs.lisp + .include "${MASTERDIR}/Makefile" diff --git a/x11/cl-clx/Makefile b/x11/cl-clx/Makefile index aaa81909a6af..42f873669855 100644 --- a/x11/cl-clx/Makefile +++ b/x11/cl-clx/Makefile @@ -6,7 +6,7 @@ PORTNAME= clx PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= x11 lisp MASTER_SITES= http://common-lisp.net/~abridgewater/dist/clx/ PKGNAMEPREFIX= cl- |