diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-05-18 21:28:35 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-05-18 21:28:35 +0800 |
commit | fe74ec3b6b230382a78c25b625ea7908f2f3e09c (patch) | |
tree | 804ba9cb55961d603cab0b913a1f8be8f6e1b5d2 /databases | |
parent | f44c23b0301d273401c5fda3c08b016218d39eb3 (diff) | |
download | freebsd-ports-gnome-fe74ec3b6b230382a78c25b625ea7908f2f3e09c.tar.gz freebsd-ports-gnome-fe74ec3b6b230382a78c25b625ea7908f2f3e09c.tar.zst freebsd-ports-gnome-fe74ec3b6b230382a78c25b625ea7908f2f3e09c.zip |
- Add spl module because when installed with php-5.2.x the phpMyAdmin require the spl module.
PR: ports/157145
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phpmyadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 52f4ba138899..3b2bab008683 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -22,7 +22,7 @@ IGNORE_WITH_MYSQL= 323 40 41 USE_BZIP2= yes NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= ctype mysql session filter mbstring json +USE_PHP= ctype mysql session filter mbstring json spl .endif # Note: default settings will pull in X11 client support. If you don't |