aboutsummaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-20 20:24:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-20 20:24:06 +0000
commit7fd187bf2e853c62c2d4365c9447be34e5f8ce5e (patch)
tree343a22665bba8c6254159a41515c874d99484df7 /lang/chicken/Makefile
parentc66a5bb4b756ae0c6e83e579243475f5a803697e (diff)
- Update to 1.63
PR: ports/70709 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
Notes
Notes: svn path=/head/; revision=116832
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r--lang/chicken/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 84bc70a12cda..d914bbb029f9 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= chicken
-PORTVERSION= 1.56
+PORTVERSION= 1.63
CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/
@@ -19,6 +19,7 @@ INSTALLS_SHLIB= yes
MAN1= chicken-config.1 chicken-profile.1 chicken-setup.1 chicken.1 \
csc.1 csi.1
+INFO= chicken
.if !defined(NOPORTDOCS)
PORTDOCS= FAQ.html format.txt README LICENSE chicken.html chicken.pdf
@@ -33,7 +34,7 @@ BROKEN= "Coredump during build on amd64 and ia64"
.endif
.if defined(WITH_PCRE)
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.else
CONFIGURE_ENV+= ac_cv_header_pcre_h=no