diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-09 01:09:46 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-09 01:09:46 +0000 |
commit | 7d37d1050353e4b66a79607ff985b0ab2166404b (patch) | |
tree | 10b57ae9f19a0f56a46c494b6d559ef9710ba76c /math | |
parent | Unbreak by backing out my previous commit, which caused a "size (diff) |
o Fix download from open servers (non FreeBSD backup servers):
- Replace USE_SIZE with DISABLE_SIZE so that it is possible
to use fetch(1) to download distfile from open servers
which are not reporting distfile size
PR: 63725
Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=103363
Diffstat (limited to 'math')
-rw-r--r-- | math/djbfft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index 448a431e797a..8ae49175cc91 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -15,7 +15,7 @@ COMMENT= An extremely fast library for floating-point convolution NO_PACKAGE= Forbidden - we have patches to the distribution. -USE_SIZE= yes +DISABLE_SIZE= yes ALL_TARGET= INSTALL_TARGET=setup check USE_PERL5_BUILD=yes |