diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 15:34:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 15:34:18 +0000 |
commit | 18287d78eb73c138074b7af7883fc7adf063cbdb (patch) | |
tree | 29b9e960d70e4a973235fca9407c2b0bdd2c2352 | |
parent | f9eabe23ec7478bac277fb8d74d5edcfcc16d886 (diff) | |
download | ports-18287d78eb73c138074b7af7883fc7adf063cbdb.tar.gz ports-18287d78eb73c138074b7af7883fc7adf063cbdb.zip |
Notes
-rw-r--r-- | Mk/bsd.php.mk | 5 | ||||
-rw-r--r-- | lang/php4-extensions/Makefile | 3 | ||||
-rw-r--r-- | lang/php5-extensions/Makefile | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 791eabafbc2a..f76abbe07bbc 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -236,8 +236,8 @@ php-ini: .if ${USE_PHP:L} != "yes" # non-version specific components _USE_PHP_ALL= bcmath bz2 calendar crack ctype curl dba dbase dbx dio \ - dom domxml exif filepro fribidi ftp gd gettext gmp \ - iconv imap interbase ldap mbstring mcal mcrypt mcve mhash \ + dom domxml exif filepro fribidi ftp gd gettext gmp iconv \ + imagick imap interbase ldap mbstring mcal mcrypt mcve mhash \ ming mnogosearch mssql mysql mysqli ncurses odbc \ openssl oracle overload panda pcntl pcre pdf pgsql posix \ pspell readline recode session shmop simplexml snmp soap \ @@ -264,6 +264,7 @@ gd_DEPENDS= graphics/php${PHP_VER}-gd gettext_DEPENDS=devel/php${PHP_VER}-gettext gmp_DEPENDS= math/php${PHP_VER}-gmp iconv_DEPENDS= converters/php${PHP_VER}-iconv +imagick_DEPENDS=graphics/pecl-imagick imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase ldap_DEPENDS= net/php${PHP_VER}-ldap diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 876899751e1f..b9cd5b6bbafc 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -37,6 +37,7 @@ 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 \ @@ -92,7 +93,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ DOMXML EXIF FILEPRO FRIBIDI FTP GD GETTEXT \ - GMP HYPERWAVE ICONV IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \ + 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 \ PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile index e77dab46f25d..c15fc5332705 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -36,6 +36,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \ GETTEXT "gettext library support" off \ GMP "GNU MP support" off \ ICONV "iconv support" on \ + IMAGICK "ImageMagick support" off \ IMAP "IMAP support" off \ INTERBASE "Interbase 6 database support (Firebird)" off \ LDAP "OpenLDAP support" off \ @@ -94,7 +95,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options ALL_OPTIONS= BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE DBX DIO \ DOM EXIF FILEPRO FRIBIDI FTP GD GETTEXT \ - GMP HYPERWAVE ICONV IMAP INTERBASE LDAP MBSTRING MCRYPT \ + 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 \ PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \ |