View | Details | Raw Unified | Return to bug 163702
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	froxlor
8
PORTNAME=	froxlor
9
PORTVERSION=	0.9.22
9
PORTVERSION=	0.9.22
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	sysutils www
11
CATEGORIES=	sysutils www
12
MASTER_SITES=	http://files.froxlor.org/releases/
12
MASTER_SITES=	http://files.froxlor.org/releases/
13
13
Lines 27-33 Link Here
27
OPTIONS=	APACHE "Use Apache (2.2) as http server" On \
27
OPTIONS=	APACHE "Use Apache (2.2) as http server" On \
28
		MYSQL "Use MySQL as database server" On \
28
		MYSQL "Use MySQL as database server" On \
29
		POSTFIX "Use Postfix as smtp server" On \
29
		POSTFIX "Use Postfix as smtp server" On \
30
		DKIM "Use Dkim-milter" Off \
30
		DKIM "Use OpenDKIM" Off \
31
		DOVECOT "Use Dovecot as imap/pop3 server" On \
31
		DOVECOT "Use Dovecot as imap/pop3 server" On \
32
		PROFTPD "Use Proftpd-mysql as ftp server (implies MySQL)" On \
32
		PROFTPD "Use Proftpd-mysql as ftp server (implies MySQL)" On \
33
		POWERDNS "Use Powerdns as dns server" Off \
33
		POWERDNS "Use Powerdns as dns server" Off \
Lines 66-72 Link Here
66
.endif
66
.endif
67
67
68
.if defined(WITH_LIBNSS)
68
.if defined(WITH_LIBNSS)
69
RUN_DEPENDS+=	libnss-mysql:${PORTSDIR}/net/libnss-mysql
69
RUN_DEPENDS+=	${LOCALBASE}/lib/nss_mysql.so:${PORTSDIR}/net/libnss-mysql
70
.endif
70
.endif
71
71
72
.if !defined(WITHOUT_WEBALIZER)
72
.if !defined(WITHOUT_WEBALIZER)
Lines 74-80 Link Here
74
.endif
74
.endif
75
75
76
.if defined(WITH_AWSTATS)
76
.if defined(WITH_AWSTATS)
77
RUN_DEPENDS+=	awstats:${PORTSDIR}/www/awstats
77
RUN_DEPENDS+=	awstats>=6.8:${PORTSDIR}/www/awstats
78
.endif
78
.endif
79
79
80
do-install:
80
do-install:

Return to bug 163702