aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cmucl/Makefile
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>2003-05-03 05:53:37 +0800
committercracauer <cracauer@FreeBSD.org>2003-05-03 05:53:37 +0800
commitb0d73d1e99faa43a0ba2e71d34142236a49287b3 (patch)
tree99f7b4914a52b07a16ef22e87f0b2442079d0352 /lang/cmucl/Makefile
parente23479fbf152a731de23b94955a61575f63ae351 (diff)
downloadfreebsd-ports-gnome-b0d73d1e99faa43a0ba2e71d34142236a49287b3.tar.gz
freebsd-ports-gnome-b0d73d1e99faa43a0ba2e71d34142236a49287b3.tar.zst
freebsd-ports-gnome-b0d73d1e99faa43a0ba2e71d34142236a49287b3.zip
Update to CMUCL 18e.
Add a comment that one portlint warning cannot be avoided.
Diffstat (limited to 'lang/cmucl/Makefile')
-rw-r--r--lang/cmucl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile
index 67826ab64910..2a8e7a37b69c 100644
--- a/lang/cmucl/Makefile
+++ b/lang/cmucl/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= cmucl
-PORTVERSION= 18d
+PORTVERSION= 18e
CATEGORIES= lang
MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cracauer
-DISTNAME= cmucl-18d-x86-FreeBSD
+DISTNAME= cmucl-18e-x86-freebsd
MAINTAINER= cracauer@cons.org
COMMENT= The CMU implementation of Common Lisp
@@ -25,6 +25,7 @@ MAN1= lisp.1 cmucl.1
.include <bsd.port.pre.mk>
+# portlint wants this earlier but this doesn't work because weneed OSVERSION
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif