diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-20 21:37:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-20 21:37:21 +0000 |
commit | 897b001ea6c5e9a20864725a4d10edc9e0ed3642 (patch) | |
tree | 139c08a5f72b0c32bfacaa4c7d61869dc59f51ad /mail/tpop3d | |
parent | 53ec4129792310140eb2f67842626912865b6169 (diff) | |
download | ports-897b001ea6c5e9a20864725a4d10edc9e0ed3642.tar.gz ports-897b001ea6c5e9a20864725a4d10edc9e0ed3642.zip |
Notes
Diffstat (limited to 'mail/tpop3d')
-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 |