diff options
Diffstat (limited to 'mail/tpop3d/Makefile')
-rw-r--r-- | mail/tpop3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 62a8f7a7b6c5..7f2fc1764fec 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -31,9 +31,9 @@ USE_PERL5= yes .endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-auth-other \ - --enable-tcp-wrappers \ - --with-mailspool-directory=/var/mail +CONFIGURE_ARGS+= --enable-auth-other \ + --enable-tcp-wrappers \ + --with-mailspool-directory=/var/mail .if defined(WITH_PERLAUTH) CONFIGURE_ARGS+= --enable-auth-perl |