diff options
author | frueauf <frueauf> | 1998-12-20 10:37:07 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-20 10:37:07 +0000 |
commit | c00a1773e56d62da6efec78df0c04624349ee952 (patch) | |
tree | 00b8a3774fbc12ef901e1dffb732ad095604fdc1 /mail | |
parent | ed066daf4c4e1c2d7926f3181845fa52cce7f2e9 (diff) | |
download | pkgsrc-c00a1773e56d62da6efec78df0c04624349ee952.tar.gz |
Forgot CONFLICTS for previous version.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 018369371c4..bc3de6a717c 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1998/12/19 15:21:20 frueauf Exp $ +# $NetBSD: Makefile,v 1.30 1998/12/20 10:37:07 frueauf Exp $ # DISTNAME= fetchmail-4.7.1 @@ -15,7 +15,8 @@ CONFLICTS= fetchmail-4.3.6 fetchmail-4.3.9 fetchmail-4.5.1 \ fetchmail-4.5.5 fetchmail-4.5.6 fetchmail-4.5.7 \ fetchmail-4.6.0 fetchmail-4.6.1 fetchmail-4.6.2 \ fetchmail-4.6.3 fetchmail-4.6.4 fetchmail-4.6.5 \ - fetchmail-4.6.6 fetchmail-4.6.7 fetchmail-4.6.9 + fetchmail-4.6.6 fetchmail-4.6.7 fetchmail-4.6.9 \ + fetchmail-4.7.0 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" |