diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-26 04:00:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-26 04:00:04 +0800 |
commit | 1af17ba104d9e74f2370fd34e369134f715d27c6 (patch) | |
tree | 385454e7652a4fd13dae498b3117336192a74ffd /math | |
parent | 9c3685cedf9dc2c6829b2d14ff5b99c4d77e4f7a (diff) | |
download | freebsd-ports-gnome-1af17ba104d9e74f2370fd34e369134f715d27c6.tar.gz freebsd-ports-gnome-1af17ba104d9e74f2370fd34e369134f715d27c6.tar.zst freebsd-ports-gnome-1af17ba104d9e74f2370fd34e369134f715d27c6.zip |
Remove USE_AUTOTOOLS. There's already USES=autoreconf.
Diffstat (limited to 'math')
-rw-r--r-- | math/nfft/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/nfft/Makefile b/math/nfft/Makefile index 426784ab1b53..2d1a745fb8df 100644 --- a/math/nfft/Makefile +++ b/math/nfft/Makefile @@ -15,7 +15,6 @@ BUILD_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fftw3=${PREFIX} USES= autoreconf libtool -USE_AUTOTOOLS= autoconf:env USE_LDCONFIG= yes TEST_TARGET= check |