diff options
author | taca <taca@pkgsrc.org> | 2019-12-15 18:06:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-12-15 18:06:58 +0000 |
commit | f0fd65f41917aedd5273148dcedcbf05e79b053b (patch) | |
tree | c63d55d27da68fcc803284b0800a85536d4eaf33 | |
parent | 2891ced22c7a4d82453c3671bf2b4fa8f22cf454 (diff) | |
download | pkgsrc-f0fd65f41917aedd5273148dcedcbf05e79b053b.tar.gz |
meta-pkgs/Makefile: add and enable php74-extensions
-rw-r--r-- | meta-pkgs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index ef056af2f11..a1d0c345b58 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2019/09/14 18:11:40 tsutsui Exp $ +# $NetBSD: Makefile,v 1.104 2019/12/15 18:06:58 taca Exp $ # COMMENT= Collections of other packages @@ -38,6 +38,7 @@ SUBDIR+= php56-extensions SUBDIR+= php71-extensions SUBDIR+= php72-extensions SUBDIR+= php73-extensions +SUBDIR+= php74-extensions SUBDIR+= pkg_developer SUBDIR+= pkgsrc-guide-tools SUBDIR+= pulseaudio-tools |