summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-21 09:35:04 +0000
committerale <ale@FreeBSD.org>2004-07-21 09:35:04 +0000
commit9ebb044d2fd88f3f5d6dc0074b5f1158d84e5335 (patch)
tree69d7f3a3beec1586f1663fcfaf4d5da6e2c611eb /lang
parent83e4e87a62acee09eb3dc12b18c15faf9445968f (diff)
downloadFreeBSD-ports-9ebb044d2fd88f3f5d6dc0074b5f1158d84e5335.zip
FreeBSD-ports-9ebb044d2fd88f3f5d6dc0074b5f1158d84e5335.tar.gz
Add support for fileinfo extension.
Diffstat (limited to 'lang')
-rw-r--r--lang/php4-extensions/Makefile3
-rw-r--r--lang/php5-extensions/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile
index 8d3b1ed..695b10f 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 \
diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile
index a95de04..558ffed 100644
--- a/lang/php5-extensions/Makefile
+++ b/lang/php5-extensions/Makefile
@@ -33,6 +33,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \
DIO "Direct I/O support" off \
DOM "DOM support" on \
EXIF "EXIF support" off \
+ FILEINFO "fileinfo support" off \
FILEPRO "filePro support" off \
FRIBIDI "FriBidi support" off \
FTP "FTP support" off \
@@ -97,7 +98,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.endif
ALL_OPTIONS= BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE DBX DIO \
- DOM EXIF FILEPRO FRIBIDI FTP GD GETTEXT \
+ DOM EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \
GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCRYPT \
MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL MYSQLI \
NCURSES ODBC OPENSSL ORACLE PANDA PCNTL PCRE PDF PGSQL POSIX \
OpenPOWER on IntegriCloud