diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-12 15:19:51 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-12 15:19:51 +0000 |
commit | 97cfaa5ff5b19558e842020ec2d8cb68ff26cc8c (patch) | |
tree | 015f308de1ad0f520dd036abf19322a432cc9008 /mail/tpop3d | |
parent | 2241f4cfb72743bb7032c7fb067a2981db8b126f (diff) | |
download | ports-97cfaa5ff5b19558e842020ec2d8cb68ff26cc8c.tar.gz ports-97cfaa5ff5b19558e842020ec2d8cb68ff26cc8c.zip |
Notes
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 9427970fb872..5e34033075e9 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -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 |