diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 14:46:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 14:46:21 +0000 |
commit | ea208a8e572517fb157ec794487751af8f9351b8 (patch) | |
tree | f163b90839036581d1d1f474634d5a96816a2a68 /lang/php5-extensions | |
parent | e94fb0f5469804442d57736e4f6682bd8ee0db5b (diff) | |
download | ports-ea208a8e572517fb157ec794487751af8f9351b8.tar.gz ports-ea208a8e572517fb157ec794487751af8f9351b8.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 9730c365ba7b..e77dab46f25d 100644 --- a/lang/php5-extensions/Makefile +++ b/lang/php5-extensions/Makefile @@ -21,7 +21,6 @@ NO_BUILD= # none OPTIONS= BCMATH "bc style precision math functions" off \ BZ2 "bzip2 library support" off \ CALENDAR "calendar conversion support" off \ - CRACK "crack support" off \ CTYPE "ctype functions" on \ CURL "CURL support" off \ DBA "dba support" off \ @@ -93,7 +92,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options .include "${OPTIONSFILE}" .endif -ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ +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 \ MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL MYSQLI \ |