diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-06 10:09:33 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-06 10:09:33 +0000 |
commit | 83bcfc403e800147e587965c771eff1a1cb4f10c (patch) | |
tree | 4c279a37d0c5a0bcb11d5093e73be3f426ed1884 /devel/cl-uffi/Makefile | |
parent | f85047fc6603ed2b2a82455bd7d6390bae7c5ca5 (diff) | |
download | ports-83bcfc403e800147e587965c771eff1a1cb4f10c.tar.gz ports-83bcfc403e800147e587965c771eff1a1cb4f10c.zip |
Notes
Diffstat (limited to 'devel/cl-uffi/Makefile')
-rw-r--r-- | devel/cl-uffi/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/cl-uffi/Makefile b/devel/cl-uffi/Makefile index 11ea705c6d15..1b5e2d5f1156 100644 --- a/devel/cl-uffi/Makefile +++ b/devel/cl-uffi/Makefile @@ -6,10 +6,9 @@ # PORTNAME= uffi -PORTVERSION= 1.5.9 +PORTVERSION= 1.5.13 CATEGORIES= devel lisp MASTER_SITES= http://files.b9.com/uffi/ -MASTER_SITE_SUBDIR= . Archive PKGNAMEPREFIX= cl- MAINTAINER= xenophon+fbsdports@irtnog.org @@ -18,8 +17,6 @@ COMMENT= Universal Foreign Function Interface for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf -BROKEN= Unfetchable - DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} NO_BUILD= yes CL_LIBDIR?= ${LOCALBASE}/lib/common-lisp |