summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
commitb2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch)
tree72e0f50b478fcc72d7fc0a63685fd4e55917df11 /lang/php5
parentUpdate to 0.77 (diff)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
Notes
Notes: svn path=/head/; revision=308630
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 928c2c1381c4..57fe429193d3 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.4.9
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
@@ -26,7 +26,7 @@ NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
USE_AUTOTOOLS= autoconf
-LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS= \
--with-layout=GNU \