mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Minor changes to be sure Maildir will be properly compiled
if options was changed. -Pass maintainership to submitter PR: ports/78723 Submitted by: Boris Kovalenko <boris@tagnet.ru> Approved by: Chris Elsworth <chris@shagged.org> (maintainer)
This commit is contained in:
parent
2241f4cfb7
commit
97cfaa5ff5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131025
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/
|
MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/
|
||||||
|
|
||||||
MAINTAINER= chris@shagged.org
|
MAINTAINER= boris@tagnet.ru
|
||||||
COMMENT= Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
|
COMMENT= Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
|
||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-auth-perl
|
||||||
CONFIGURE_ARGS+= --enable-auth-flatfile
|
CONFIGURE_ARGS+= --enable-auth-flatfile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_MAILDIR)
|
.if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
|
||||||
CONFIGURE_ARGS+= --enable-mbox-maildir
|
CONFIGURE_ARGS+= --enable-mbox-maildir
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue