pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qpopper s/with/enable/ to fix build when QPOPPER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea35518cd388
branches:  trunk
changeset: 477963:ea35518cd388
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jul 13 13:24:37 2004 +0000

description:
s/with/enable/  to fix build when QPOPPER_USER != pop

diffstat:

 mail/qpopper/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 59976df7cd7b -r ea35518cd388 mail/qpopper/Makefile.common
--- a/mail/qpopper/Makefile.common      Tue Jul 13 13:14:41 2004 +0000
+++ b/mail/qpopper/Makefile.common      Tue Jul 13 13:24:37 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.9 2004/06/22 23:53:52 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/07/13 13:24:37 markd Exp $
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --libexecdir=${LOCALBASE}/libexec \
                        --sysconfdir=${LOCALBASE}/etc \
                        --enable-apop=${QPOPPER_APOP_AUTH} \
-                       --with-popuid=${QPOPPER_USER} \
+                       --enable-popuid=${QPOPPER_USER} \
                        --enable-log-facility=LOG_${QPOPPER_FAC} \
                        --disable-update-abort --without-gdbm
 



Home | Main Index | Thread Index | Old Index