aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-02 13:43:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-02 13:43:54 +0000
commitabdcaaab04a830cb342d63d289171899884d302a (patch)
treebaf62434e15a3c2b111adc20a713bda56e3a4bb5 /databases
parentd9d9ce1fbcf7eeb953142a42b1f898e74b699ac3 (diff)
downloadports-abdcaaab04a830cb342d63d289171899884d302a.tar.gz
ports-abdcaaab04a830cb342d63d289171899884d302a.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/phpmyadmin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 6ba1876b8d34..a8e1be7d1cbe 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -20,7 +20,7 @@ IGNORE_WITH_MYSQL= 323 40 41
USE_BZIP2= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP= ctype mysql session spl filter mbstring mcrypt
+USE_PHP= ctype mysql session spl filter mbstring
.endif
OPTIONS= SUPHP "suPHP support" off \
@@ -30,6 +30,7 @@ OPTIONS= SUPHP "suPHP support" off \
OPENSSL "OpenSSL support" on \
PDF "PDFlib support (implies GD)" on \
ZLIB "ZLIB support" on \
+ MCRYPT "MCrypt library support" on \
ZIP "Zip compression support" on
.include <bsd.port.options.mk>