diff options
author | markd <markd> | 2004-07-13 13:24:37 +0000 |
---|---|---|
committer | markd <markd> | 2004-07-13 13:24:37 +0000 |
commit | c412a725870ffc120bfc18f23044b1fb0f7960f8 (patch) | |
tree | afbb42d56547495ccef2903cd7e566566f4c078c /mail/qpopper | |
parent | 89e26e6206e85b146a6e2ddd02439cd5a333f355 (diff) | |
download | pkgsrc-c412a725870ffc120bfc18f23044b1fb0f7960f8.tar.gz |
s/with/enable/ to fix build when QPOPPER_USER != pop
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index e536ca29e28..b706b1149f7 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -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 |