aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/froxlor
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2011-12-30 07:43:17 +0800
committerbeech <beech@FreeBSD.org>2011-12-30 07:43:17 +0800
commitea6ab94e8a33a1014f3f5ea6cf1fb86deaf7b60d (patch)
tree9b7ee39a9b0c89068aa213838bfc6100edd357b2 /sysutils/froxlor
parent2177e3c4e754016438914e2d2c8f9d206eebaa4c (diff)
downloadfreebsd-ports-gnome-ea6ab94e8a33a1014f3f5ea6cf1fb86deaf7b60d.tar.gz
freebsd-ports-gnome-ea6ab94e8a33a1014f3f5ea6cf1fb86deaf7b60d.tar.zst
freebsd-ports-gnome-ea6ab94e8a33a1014f3f5ea6cf1fb86deaf7b60d.zip
- Fix to properly check dependencies
PR: ports/163702 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer)
Diffstat (limited to 'sysutils/froxlor')
-rw-r--r--sysutils/froxlor/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile
index 0bf5de91dfbd..5249c9981ad5 100644
--- a/sysutils/froxlor/Makefile
+++ b/sysutils/froxlor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= froxlor
PORTVERSION= 0.9.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils www
MASTER_SITES= http://files.froxlor.org/releases/
@@ -27,7 +27,7 @@ USE_GETTEXT= RUN
OPTIONS= APACHE "Use Apache (2.2) as http server" On \
MYSQL "Use MySQL as database server" On \
POSTFIX "Use Postfix as smtp server" On \
- DKIM "Use Dkim-milter" Off \
+ DKIM "Use OpenDKIM" Off \
DOVECOT "Use Dovecot as imap/pop3 server" On \
PROFTPD "Use Proftpd-mysql as ftp server (implies MySQL)" On \
POWERDNS "Use Powerdns as dns server" Off \
@@ -66,7 +66,7 @@ RUN_DEPENDS+= powerdns:${PORTSDIR}/dns/powerdns
.endif
.if defined(WITH_LIBNSS)
-RUN_DEPENDS+= libnss-mysql:${PORTSDIR}/net/libnss-mysql
+RUN_DEPENDS+= ${LOCALBASE}/lib/nss_mysql.so:${PORTSDIR}/net/libnss-mysql
.endif
.if !defined(WITHOUT_WEBALIZER)
@@ -74,7 +74,7 @@ RUN_DEPENDS+= webalizer:${PORTSDIR}/www/webalizer
.endif
.if defined(WITH_AWSTATS)
-RUN_DEPENDS+= awstats:${PORTSDIR}/www/awstats
+RUN_DEPENDS+= awstats>=6.8:${PORTSDIR}/www/awstats
.endif
do-install: