diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-09-02 21:05:37 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-09-02 21:05:37 +0800 |
commit | 2370f774d706cda2a689967be9e8e34a84ac89bc (patch) | |
tree | 6a911abaef2f722f83ae8d04b7d9ee231f733c83 /mail | |
parent | 030fdc2478a5fff7ff03b9657e971360a2590da3 (diff) | |
download | freebsd-ports-gnome-2370f774d706cda2a689967be9e8e34a84ac89bc.tar.gz freebsd-ports-gnome-2370f774d706cda2a689967be9e8e34a84ac89bc.tar.zst freebsd-ports-gnome-2370f774d706cda2a689967be9e8e34a84ac89bc.zip |
Add NO_LATEST_LINK.
Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-old/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index c9ac41a379c2..2de56d2b4218 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -16,6 +16,8 @@ DISTFILES= exim-${EXIM_VERSION}${EXTRACT_SUFX} exim-texinfo-${EXIM_DOCVERSION}${ MAINTAINER= sheldonh@FreeBSD.org COMMENT= High performance MTA for Unix systems on the Internet +NO_LATEST_LINK= yes + USE_BZIP2= yes USE_PERL5= yes |