diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-20 20:24:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-20 20:24:06 +0000 |
commit | 7fd187bf2e853c62c2d4365c9447be34e5f8ce5e (patch) | |
tree | 343a22665bba8c6254159a41515c874d99484df7 /lang/chicken | |
parent | c66a5bb4b756ae0c6e83e579243475f5a803697e (diff) |
Notes
Diffstat (limited to 'lang/chicken')
-rw-r--r-- | lang/chicken/Makefile | 5 | ||||
-rw-r--r-- | lang/chicken/distinfo | 4 |
2 files changed, 5 insertions, 4 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 diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index f87e23e59262..98fd38bc269b 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,2 +1,2 @@ -MD5 (chicken-1.56.tar.gz) = 53b81a6d354ee6fc156fea8b8d46bc95 -SIZE (chicken-1.56.tar.gz) = 3591651 +MD5 (chicken-1.63.tar.gz) = 0256906a306cc02271c35d5f8071684d +SIZE (chicken-1.63.tar.gz) = 3652754 |