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

(-)/usr/ports/mail/lmtpd/Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	lmtpd
8
PORTNAME=	lmtpd
9
PORTVERSION=	0.9.16
9
PORTVERSION=	0.9.16
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	pll
13
MASTER_SITE_SUBDIR=	pll
Lines 15-22 Link Here
15
MAINTAINER=	kiwi@oav.net
15
MAINTAINER=	kiwi@oav.net
16
COMMENT=	LMTP server compliant with RFC 2033 and Maildir++
16
COMMENT=	LMTP server compliant with RFC 2033 and Maildir++
17
17
18
LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
18
LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
19
BUILD_DEPENDS=	${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome
19
		home:${PORTSDIR}/misc/libhome
20
20
21
OPTIONS=	PCRE "Support for PCRE" on
21
OPTIONS=	PCRE "Support for PCRE" on
22
OPTIONS+=	MYSQL "Support for MySQL Queries and Logs" on
22
OPTIONS+=	MYSQL "Support for MySQL Queries and Logs" on

Return to bug 66358