diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 09:01:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 09:01:38 +0000 |
commit | ed406437e78e0039955dcb390ec2fdd47928210a (patch) | |
tree | e210179f8a817e13101f8780224ea6fcb0caeab9 /security/Makefile | |
parent | da2f456ebd2d8aa1a1cd069c8bb1ea4952ebfaae (diff) |
Add php5 filter extension.
Notes
Notes:
svn path=/head/; revision=224098
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2d3800a13969..ed6a9c3a2a06 100644 --- a/security/Makefile +++ b/security/Makefile @@ -593,6 +593,7 @@ SUBDIR += php4-mcrypt SUBDIR += php4-mhash SUBDIR += php4-openssl + SUBDIR += php5-filter SUBDIR += php5-hash SUBDIR += php5-mcrypt SUBDIR += php5-mhash |