diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-09-11 21:12:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-09-11 21:12:06 +0000 |
commit | 796526242789d88b7904492b6a93c1acd9937fa1 (patch) | |
tree | 96a0b471aa716384ebaa747f1cd615835714049b /lang/php4-extensions | |
parent | 1e99be9b31875aa99b332c3f4c5e0ac73ec744e6 (diff) | |
download | ports-796526242789d88b7904492b6a93c1acd9937fa1.tar.gz ports-796526242789d88b7904492b6a93c1acd9937fa1.zip |
Notes
Diffstat (limited to 'lang/php4-extensions')
-rw-r--r-- | lang/php4-extensions/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 1e4766135b9a..6730e5d2380d 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -52,7 +52,6 @@ OPTIONS= BCMATH "bc style precision math functions" off \ GETTEXT "gettext library support" off \ GMP "GNU MP support" off \ ICONV "iconv support" off \ - IMAGICK "ImageMagick support" off \ IMAP "IMAP support" off \ INTERBASE "Interbase 6 database support (Firebird)" off \ LDAP "OpenLDAP support" off \ @@ -108,7 +107,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ DOMXML EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \ - GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \ + GMP ICONV IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \ MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL NCURSES \ ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PFPRO \ PGSQL POSIX PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ |