1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Fix to properly check dependencies

PR:		ports/163702
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
This commit is contained in:
Beech Rintoul 2011-12-29 23:43:17 +00:00
parent 3ff52bdf5d
commit e3d75ad0d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288265

View File

@ -7,7 +7,7 @@
PORTNAME= froxlor PORTNAME= froxlor
PORTVERSION= 0.9.22 PORTVERSION= 0.9.22
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= sysutils www CATEGORIES= sysutils www
MASTER_SITES= http://files.froxlor.org/releases/ MASTER_SITES= http://files.froxlor.org/releases/
@ -27,7 +27,7 @@ USE_GETTEXT= RUN
OPTIONS= APACHE "Use Apache (2.2) as http server" On \ OPTIONS= APACHE "Use Apache (2.2) as http server" On \
MYSQL "Use MySQL as database server" On \ MYSQL "Use MySQL as database server" On \
POSTFIX "Use Postfix as smtp 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 \ DOVECOT "Use Dovecot as imap/pop3 server" On \
PROFTPD "Use Proftpd-mysql as ftp server (implies MySQL)" On \ PROFTPD "Use Proftpd-mysql as ftp server (implies MySQL)" On \
POWERDNS "Use Powerdns as dns server" Off \ POWERDNS "Use Powerdns as dns server" Off \
@ -66,7 +66,7 @@ RUN_DEPENDS+= powerdns:${PORTSDIR}/dns/powerdns
.endif .endif
.if defined(WITH_LIBNSS) .if defined(WITH_LIBNSS)
RUN_DEPENDS+= libnss-mysql:${PORTSDIR}/net/libnss-mysql RUN_DEPENDS+= ${LOCALBASE}/lib/nss_mysql.so:${PORTSDIR}/net/libnss-mysql
.endif .endif
.if !defined(WITHOUT_WEBALIZER) .if !defined(WITHOUT_WEBALIZER)
@ -74,7 +74,7 @@ RUN_DEPENDS+= webalizer:${PORTSDIR}/www/webalizer
.endif .endif
.if defined(WITH_AWSTATS) .if defined(WITH_AWSTATS)
RUN_DEPENDS+= awstats:${PORTSDIR}/www/awstats RUN_DEPENDS+= awstats>=6.8:${PORTSDIR}/www/awstats
.endif .endif
do-install: do-install: