summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-20 21:37:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-20 21:37:21 +0000
commit897b001ea6c5e9a20864725a4d10edc9e0ed3642 (patch)
tree139c08a5f72b0c32bfacaa4c7d61869dc59f51ad /mail
parent- Update to 1.8.3 (diff)
- Fix typo in CONFIGURE_ARGS
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=87405
Diffstat (limited to 'mail')
-rw-r--r--mail/tpop3d/Makefile6
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