Phpmyadmin tries to remove percona mysql

I installed percona 5.6, php-fpm, postfix, nginx on ubuntu 12.04. When i try to install phpmyadmin 4.1.13 apt-get wants to remove percona and install regular mysql.

Is there a way around this?

thanks in advance.

You can download phpMyAdmin and extract in sub-directory

  
wget --no-check-certificate -cqO /var/www/example.com/htdocs/pma/pma.tar.gz http://dl.cihar.com/phpMyAdmin/master/phpMyAdmin-master-latest.tar.gz  

tar --strip-components=1 -zxf  /var/www/example.com/htdocs/pma/pma.tar.gz -C /var/www/example.com/htdocs/pma/