aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5-extensions/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 23:34:18 +0800
committerale <ale@FreeBSD.org>2004-07-19 23:34:18 +0800
commiteab29d5163ee1b95d995c84daed11e0ec8b0b6e8 (patch)
treeebb3aa41594a4992cf3c0761f50c27a5cf7cfe16 /lang/php5-extensions/Makefile
parent16f6e7618c9b06a7c503152d0d4143fa292f0cae (diff)
downloadfreebsd-ports-gnome-eab29d5163ee1b95d995c84daed11e0ec8b0b6e8.tar.gz
freebsd-ports-gnome-eab29d5163ee1b95d995c84daed11e0ec8b0b6e8.tar.zst
freebsd-ports-gnome-eab29d5163ee1b95d995c84daed11e0ec8b0b6e8.zip
Add support for imagick extension.
Diffstat (limited to 'lang/php5-extensions/Makefile')
-rw-r--r--lang/php5-extensions/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \