diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-02 02:20:27 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-02 02:20:27 +0800 |
commit | ed8ab36599cc4c549536b01151fba06b099a8984 (patch) | |
tree | 76acd89c373c3da6f23da5ad0bc34f0c25638db9 /mail/postfix24 | |
parent | 12aaf02e416804fe67e6f69d330e9dc9dce7d15a (diff) | |
download | freebsd-ports-graphics-ed8ab36599cc4c549536b01151fba06b099a8984.tar.gz freebsd-ports-graphics-ed8ab36599cc4c549536b01151fba06b099a8984.tar.zst freebsd-ports-graphics-ed8ab36599cc4c549536b01151fba06b099a8984.zip |
Make rc.d start postfix later, like sendmail does.
PR: 100750
Submitted by: KIMURA Yasuhiro
Approved by: Vivek Khera (maintainer)
Diffstat (limited to 'mail/postfix24')
-rw-r--r-- | mail/postfix24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 23235479473..a2781affe18 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include <bsd.port.pre.mk> # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre |