diff options
author | taca <taca> | 2005-01-30 04:41:16 +0000 |
---|---|---|
committer | taca <taca> | 2005-01-30 04:41:16 +0000 |
commit | 6ccfac3c5551582846569b83d01f36e81703bb93 (patch) | |
tree | 711a1e45cba4b9bab023acaee5534cc78bc7d70e /mail/qpopper/Makefile | |
parent | 0cf9f0894ef2ea8017b10ab7ffd85ea3a0a3e037 (diff) | |
download | pkgsrc-6ccfac3c5551582846569b83d01f36e81703bb93.tar.gz |
Update qpopper package to 4.0.5nb7.
- Explicitly add "--disable-ipv6" when inet6 is disabled.
- Fix compile error when inet6 is disabled. This should fix PR pkg/28805.
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 5c74180e2a8..e59ced053ef 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2004/12/28 02:47:45 reed Exp $ +# $NetBSD: Makefile,v 1.47 2005/01/30 04:41:16 taca Exp $ # DISTNAME= qpopper${VERSION} PKGNAME= qpopper-${VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ |