aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-05 13:59:36 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-05 13:59:36 +0000
commit49a13c2c96dcfdc5d302008bcc867c2f584eccf0 (patch)
tree96a456ec9b8d170843edc72b9f213c77bc37f655 /Mk
parent4c96f36032ba3afa2b0949d07eb0392cba0ac289 (diff)
downloadports-49a13c2c96dcfdc5d302008bcc867c2f584eccf0.tar.gz
ports-49a13c2c96dcfdc5d302008bcc867c2f584eccf0.zip
Re-sync the value of PHP_EXT_DIR with the default version in the else clause.
Notes
Notes: svn path=/head/; revision=486671
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk
index 5bf5bcc05a16..e9d5e2e202ea 100644
--- a/Mk/Uses/php.mk
+++ b/Mk/Uses/php.mk
@@ -174,7 +174,7 @@ PHP_EXT_DIR= 20131226
PHP_EXT_INC= pcre spl
. else
# (rene) default to DEFAULT_VERSIONS
-PHP_EXT_DIR= 20131226
+PHP_EXT_DIR= 20170718
PHP_EXT_INC= pcre spl
. endif