diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /mail/exim | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index 1c23d4221f2..76d63905376 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,11 +1,10 @@ -# $NetBSD: Makefile.common,v 1.26 2005/02/17 06:26:51 grant Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/04/11 21:46:18 tv Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/ USE_PERL5= yes -USE_BUILDLINK3= yes USE_PKGINSTALL= yes MAKE_ENV+= SSLBASE=${SSLBASE:Q} |