diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-02 21:53:37 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-02 21:53:37 +0000 |
commit | 2eb05e7fe6fcc68b4dc13e8e7b71986ddbf2b18f (patch) | |
tree | 5ab3ec7347e31af1682a4f52717c61df6fd0ad44 /lang/cmucl/Makefile | |
parent | e9f387b39d3c4d461a4d31c57ade724097c70b6d (diff) | |
download | ports-2eb05e7fe6fcc68b4dc13e8e7b71986ddbf2b18f.tar.gz ports-2eb05e7fe6fcc68b4dc13e8e7b71986ddbf2b18f.zip |
Update to CMUCL 18e.
Add a comment that one portlint warning cannot be avoided.
Notes
Notes:
svn path=/head/; revision=80020
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 |