diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:28:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:28:33 +0000 |
commit | e9ed236366ed8190657f95c51ec0628c6f21f3b9 (patch) | |
tree | f7794e9d736d200d0e377d9ad097ba09aae60f01 /math/ltl | |
parent | a1ca7d805cc555fbdf112aaa951c8f2777273c38 (diff) | |
download | ports-e9ed236366ed8190657f95c51ec0628c6f21f3b9.tar.gz ports-e9ed236366ed8190657f95c51ec0628c6f21f3b9.zip |
Notes
Diffstat (limited to 'math/ltl')
-rw-r--r-- | math/ltl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ltl/Makefile b/math/ltl/Makefile index 82115882dcb8..b554417c32b1 100644 --- a/math/ltl/Makefile +++ b/math/ltl/Makefile @@ -13,7 +13,7 @@ COMMENT= A C++ class SSE library for scientific computing LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \ blas.2:${PORTSDIR}/math/blas -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen --prefix=${PREFIX} --includedir=${PREFIX}/include/LTL |