diff options
author | taca <taca@pkgsrc.org> | 2018-12-15 17:14:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-12-15 17:14:43 +0000 |
commit | 2568d8fdd7b478377cd3d21c6920bc1e60e598ea (patch) | |
tree | 4263b3af7d4e590a2ee61ddfd22c118de7b1d079 | |
parent | 76d5d9ea29fb81c5a10329fa3a81bb141581b300 (diff) | |
download | pkgsrc-2568d8fdd7b478377cd3d21c6920bc1e60e598ea.tar.gz |
security/php-sodium: allow php73
Allow build with php73.
-rw-r--r-- | security/php-sodium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-sodium/Makefile b/security/php-sodium/Makefile index def0c96b72a..38b6bdbe284 100644 --- a/security/php-sodium/Makefile +++ b/security/php-sodium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/12/06 21:48:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2018/12/15 17:14:43 taca Exp $ MODNAME= sodium CATEGORIES+= security @@ -6,7 +6,7 @@ COMMENT= PHP extension for the sodium crypto algorithms library CONFIGURE_ARGS+= --with-${MODNAME}=${BUILDLINK_PREFIX.libsodium} -PHP_VERSIONS_ACCEPTED= 72 +PHP_VERSIONS_ACCEPTED= 72 73 .include "../../lang/php/ext.mk" .include "../../security/libsodium/buildlink3.mk" |