diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-26 03:58:10 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-26 03:58:10 +0800 |
commit | 75fec94b7fb725acaf4591705ab8e529fb7d08b0 (patch) | |
tree | 40d9f61fda973e41df4e7c36bb3a60df104afa6a /math | |
parent | 7a729adfdfe349da113117c630aa5c303c897f90 (diff) | |
download | freebsd-ports-gnome-75fec94b7fb725acaf4591705ab8e529fb7d08b0.tar.gz freebsd-ports-gnome-75fec94b7fb725acaf4591705ab8e529fb7d08b0.tar.zst freebsd-ports-gnome-75fec94b7fb725acaf4591705ab8e529fb7d08b0.zip |
Remove unneeded USE_AUTOTOOLS.
Diffstat (limited to 'math')
-rw-r--r-- | math/liblbfgs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile index b69e3c260750..067a4b79aeb2 100644 --- a/math/liblbfgs/Makefile +++ b/math/liblbfgs/Makefile @@ -17,7 +17,6 @@ USES= libtool USE_GITHUB= yes GH_ACCOUNT= chokkan GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env OPTIONS_DEFINE= OPTIMIZED DOCS OPTIMIZED_DESC= SSE2 optimization routines |