diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-06 17:43:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-06 17:43:11 +0000 |
commit | 8fbcab85d9ace37305253f5145e936118101448c (patch) | |
tree | cb6e626ffd47af169d8e7698cf5cd88392959be4 /lang/php5-extensions | |
parent | 0e4aaea53687b782547527ccff1586b1ae9e6453 (diff) | |
download | ports-8fbcab85d9ace37305253f5145e936118101448c.tar.gz ports-8fbcab85d9ace37305253f5145e936118101448c.zip |
Notes
Diffstat (limited to 'lang/php5-extensions')
-rw-r--r-- | lang/php5-extensions/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index fada407dc17c..4b9fdfc301fd 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -47,7 +47,6 @@ OPTIONS= BCMATH "bc style precision math functions" 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 \ GD "GD library support" off \ @@ -110,7 +109,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options .endif ALL_OPTIONS= BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE \ - DOM EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \ + DOM EXIF FILEINFO FRIBIDI FTP GD GETTEXT \ GMP ICONV IMAP INTERBASE LDAP MBSTRING MCRYPT \ MHASH MIME_MAGIC MING MSSQL MYSQL MYSQLI \ NCURSES ODBC OPENSSL PANDA PCNTL PCRE PDF PDO PGSQL POSIX \ |