diff options
author | markd <markd@pkgsrc.org> | 2004-07-13 13:24:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-13 13:24:37 +0000 |
commit | 42a6ac4c163b43d7c1c96262e39a12754d886c5c (patch) | |
tree | afbb42d56547495ccef2903cd7e566566f4c078c /mail/qpopper/Makefile.common | |
parent | ab4f4fcf00bc7797b59f645566c64c22fbb75a95 (diff) | |
download | pkgsrc-42a6ac4c163b43d7c1c96262e39a12754d886c5c.tar.gz |
s/with/enable/ to fix build when QPOPPER_USER != pop
Diffstat (limited to 'mail/qpopper/Makefile.common')
-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 |