diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-24 22:10:45 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-24 22:10:45 +0800 |
commit | f00f210e61a1a97c4a68fcec84841ef07604d828 (patch) | |
tree | 62cac5783e3d1358090e551d7e3f3319d05c9bf7 /x11/cl-clx | |
parent | adb90eaa28b6ff23a47b6b0be7ee7a9e3ab3a3a9 (diff) | |
download | freebsd-ports-gnome-f00f210e61a1a97c4a68fcec84841ef07604d828.tar.gz freebsd-ports-gnome-f00f210e61a1a97c4a68fcec84841ef07604d828.tar.zst freebsd-ports-gnome-f00f210e61a1a97c4a68fcec84841ef07604d828.zip |
update lang/sbcl to 1.0.55, and adjust dependent ports
Diffstat (limited to 'x11/cl-clx')
-rw-r--r-- | x11/cl-clx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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- |