diff options
author | cracauer <cracauer@FreeBSD.org> | 2003-05-03 05:53:37 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 2003-05-03 05:53:37 +0800 |
commit | b0d73d1e99faa43a0ba2e71d34142236a49287b3 (patch) | |
tree | 99f7b4914a52b07a16ef22e87f0b2442079d0352 /lang/cmucl/Makefile | |
parent | e23479fbf152a731de23b94955a61575f63ae351 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |