aboutsummaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-22 12:55:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-22 12:55:56 +0000
commitd4a1095c536bf06c3c63a7e53123cb1f57c64867 (patch)
treec486a75b278b3c4197240685100618e948ac4b21 /lang/chicken/Makefile
parent18aaf7cb1aa502d8961c1de0fb189af60375305d (diff)
downloadports-d4a1095c536bf06c3c63a7e53123cb1f57c64867.tar.gz
ports-d4a1095c536bf06c3c63a7e53123cb1f57c64867.zip
Notes
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r--lang/chicken/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 618ac47201d0..84bc70a12cda 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= chicken
-PORTVERSION= 1.50
+PORTVERSION= 1.56
CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/
@@ -18,7 +18,7 @@ USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
MAN1= chicken-config.1 chicken-profile.1 chicken-setup.1 chicken.1 \
- csc.1 csi.1 rcsi.1
+ csc.1 csi.1
.if !defined(NOPORTDOCS)
PORTDOCS= FAQ.html format.txt README LICENSE chicken.html chicken.pdf
@@ -35,6 +35,8 @@ BROKEN= "Coredump during build on amd64 and ia64"
.if defined(WITH_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
.endif
post-patch: