diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 18:20:27 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 18:20:27 +0000 |
commit | e078f4da3b7f388ca4a8d4e2377046fd25620bda (patch) | |
tree | 25387e66ff06e1fd07838f87aca817d33bf933ba /mail/postfix28 | |
parent | Update to 2.14.4. (diff) |
Make rc.d start postfix later, like sendmail does.
PR: 100750
Submitted by: KIMURA Yasuhiro
Approved by: Vivek Khera (maintainer)
Notes
Notes:
svn path=/head/; revision=169371
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/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 |