aboutsummaryrefslogtreecommitdiff
path: root/sysutils/froxlor
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-01-26 09:43:00 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-01-26 09:43:00 +0000
commit424046c1ed759c61ad5e3d6483ec8b709b77356d (patch)
treeeb73a321cf4a25ed7e1538b6b792b20b5ab06907 /sysutils/froxlor
parent6df74ca220968e9c05b0ab12bbc8eba2415ba897 (diff)
downloadports-424046c1ed759c61ad5e3d6483ec8b709b77356d.tar.gz
ports-424046c1ed759c61ad5e3d6483ec8b709b77356d.zip
Update dependency on proftpd-mysql to databases/proftpd-mod_sql_mysql
Notes
Notes: svn path=/head/; revision=289837
Diffstat (limited to 'sysutils/froxlor')
-rw-r--r--sysutils/froxlor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile
index 5249c9981ad5..8c60186a0bec 100644
--- a/sysutils/froxlor/Makefile
+++ b/sysutils/froxlor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= froxlor
PORTVERSION= 0.9.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils www
MASTER_SITES= http://files.froxlor.org/releases/
@@ -58,7 +58,7 @@ RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
.endif
.if !defined(WITHOUT_PROFTPD)
-RUN_DEPENDS+= proftpd:${PORTSDIR}/ftp/proftpd-mysql
+RUN_DEPENDS+= ${LOCALBASE}/libexec/proftpd/mod_sql_mysql.so:${PORTSDIR}/databases/proftpd-mod_sql_mysql
.endif
.if defined(WITH_POWERDNS)