diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-21 09:35:04 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-21 09:35:04 +0000 |
commit | ed5c3a6d398cefa14c435373c057ac91966cb8b3 (patch) | |
tree | 2c6dd7f39c9986e63898c7071397cc1a180408e4 /lang/php4-extensions | |
parent | ee35ae9ae697209ffee4be84a88223d8bf11dd44 (diff) | |
download | ports-ed5c3a6d398cefa14c435373c057ac91966cb8b3.tar.gz ports-ed5c3a6d398cefa14c435373c057ac91966cb8b3.zip |
Add support for fileinfo extension.
Notes
Notes:
svn path=/head/; revision=114333
Diffstat (limited to 'lang/php4-extensions')
-rw-r--r-- | lang/php4-extensions/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 8d3b1ed040f3..695b10fda7c6 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -34,6 +34,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \ DIO "Direct I/O support" off \ DOMXML "DOM support" off \ EXIF "EXIF support" off \ + FILEINFO "fileinfo support" off \ FILEPRO "filePro support" off \ FRIBIDI "FriBidi support" off \ FTP "FTP support" off \ @@ -95,7 +96,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options .endif ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ - DOMXML EXIF FILEPRO FRIBIDI FTP GD GETTEXT \ + DOMXML EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \ GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \ MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL NCURSES \ ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PGSQL POSIX \ |