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 | |
parent | 1) Unbreak for __FreeBSD_version >= 601103 (diff) |
Remove expired pecl-imagick port.
Notes
Notes:
svn path=/head/; revision=172800
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4-extensions/Makefile | 3 | ||||
-rw-r--r-- | lang/php5-extensions/Makefile | 3 |
2 files changed, 2 insertions, 4 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 \ diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index e0e2a486cafc..fada407dc17c 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -55,7 +55,6 @@ OPTIONS= BCMATH "bc style precision math functions" off \ GMP "GNU MP support" off \ HASH "HASH Message Digest Framework" on \ ICONV "iconv support" on \ - IMAGICK "ImageMagick support" off \ IMAP "IMAP support" off \ INTERBASE "Interbase 6 database support (Firebird)" off \ LDAP "OpenLDAP support" off \ @@ -112,7 +111,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options ALL_OPTIONS= BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE \ DOM EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \ - GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCRYPT \ + GMP ICONV IMAP INTERBASE LDAP MBSTRING MCRYPT \ MHASH MIME_MAGIC MING MSSQL MYSQL MYSQLI \ NCURSES ODBC OPENSSL PANDA PCNTL PCRE PDF PDO PGSQL POSIX \ PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \ |