aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-06-18 20:42:50 +0800
committerale <ale@FreeBSD.org>2010-06-18 20:42:50 +0800
commit64909c856ef815b3aed637ac22a33cd5fec98dbe (patch)
tree4c090b30d605e08e20cf916e31ed24e7a1b2ed8e /sysutils
parent7215ea8ff703efada16f0bedd6c9f39cfac8854c (diff)
downloadfreebsd-ports-gnome-64909c856ef815b3aed637ac22a33cd5fec98dbe.tar.gz
freebsd-ports-gnome-64909c856ef815b3aed637ac22a33cd5fec98dbe.tar.zst
freebsd-ports-gnome-64909c856ef815b3aed637ac22a33cd5fec98dbe.zip
Remove wrong hard-coded dependencies to MySQL 5.0.
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syscp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/syscp/Makefile b/sysutils/syscp/Makefile
index f0ca630ff6c5..1fc4b3fa68df 100644
--- a/sysutils/syscp/Makefile
+++ b/sysutils/syscp/Makefile
@@ -27,7 +27,7 @@ USE_PHP= gettext mysql session xml bcmath posix filter spl
USE_APACHE= 22
-RUN_DEPENDS+= mysql:${PORTSDIR}/databases/mysql50-server \
+RUN_DEPENDS+= \
dovecot:${PORTSDIR}/mail/dovecot \
postfix:${PORTSDIR}/mail/postfix \
proftpd:${PORTSDIR}/ftp/proftpd-mysql \