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
|
||||
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
|
||||
|
||||
USE_OPENSSL= yes
|
||||
|
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-auth-perl
|
|||
CONFIGURE_ARGS+= --enable-auth-flatfile
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_MAILDIR)
|
||||
.if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
|
||||
CONFIGURE_ARGS+= --enable-mbox-maildir
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue