diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-12-05 17:00:48 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-12-05 17:00:48 +0000 |
commit | da22e50781fb7d8a6b268cef533909d5339614a1 (patch) | |
tree | 6fe382c1ca1235bc06d3873d83cfab0353ff7dd5 /lang/php72 | |
parent | 7bd78f9f5e4a5ff765525657eb9cc9740f719852 (diff) |
Notes
Diffstat (limited to 'lang/php72')
-rw-r--r-- | lang/php72/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 0cb01aeea81a..ca95bfdc48e7 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -3,7 +3,7 @@ PORTNAME= php72 DISTVERSION= 7.2.0RC6 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~pollita/ DISTNAME= php-${DISTVERSION} @@ -23,7 +23,8 @@ USE_AUTOTOOLS= autoconf #USES+= autoreconf gmake #GNU_CONFIGURE= yes -LIB_DEPENDS= libpcre.so:devel/pcre +LIB_DEPENDS= libpcre.so:devel/pcre \ + libargon2.so:security/libargon2 CONFIGURE_ARGS+=--with-layout=GNU \ --localstatedir=/var \ @@ -33,6 +34,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --enable-mysqlnd \ --with-libxml-dir=${LOCALBASE} \ --with-pcre-regex=${LOCALBASE} \ + --with-password-argon2=${LOCALBASE} \ --program-prefix="" USE_GNOME= libxml2 |