aboutsummaryrefslogtreecommitdiff
path: root/lang/clisp/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-03-20 16:43:36 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-03-20 16:43:36 +0000
commit848d96ee251a353e57fc7e2ceeece95722e09273 (patch)
treef3d9b2a530eefb5d737d81e2b8603ebaa2616088 /lang/clisp/Makefile
parent4f7dbf35aced1603f4aeb6665031cd31c37c5d23 (diff)
downloadports-848d96ee251a353e57fc7e2ceeece95722e09273.tar.gz
ports-848d96ee251a353e57fc7e2ceeece95722e09273.zip
- Chase devel/libsigsegv shlib version bump
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=209456
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r--lang/clisp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index a2ae15b96074..d27fe7fd8423 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clisp
PORTVERSION= 2.44
+PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= GNU/${PORTNAME}/release/${PORTVERSION} \
ftp://sunsite.unc.edu/pub/Linux/devel/lang/lisp/
@@ -14,9 +15,9 @@ MASTER_SITES= GNU/${PORTNAME}/release/${PORTVERSION} \
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A Common Lisp implementation
-BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv \
- ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall
-LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
+BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall
+LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline \
+ sigsegv.0:${PORTSDIR}/devel/libsigsegv
USE_ICONV= yes
USE_GETTEXT= yes