diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-11-10 23:14:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-11-10 23:14:28 +0000 |
commit | 9313e86409e8caa6a108153ec71bcfe892da629e (patch) | |
tree | 00dd9e00fcfa4a7479df7ac5b5bb507fde615c7d /mail/procmail/Makefile | |
parent | Removed erroneous USE_GMAKE=yes at request of maintainer. Sorry again, Udo. (diff) |
Fix realloc arg
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r-- | mail/procmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 05246ce9ca82..39d4b2d07720 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= procmail PORTVERSION= 3.22 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \ ftp://ftp.psg.com/pub/unix/procmail/ \ |