diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
commit | 0f88ed614d3de9ed46c41028cf2f22975eeff57a (patch) | |
tree | f4519572010b06eda59dede8d41490eef53b4983 /math/givaro | |
parent | 7ff153a552ed208bcb8c6492a42b161f05676a3f (diff) |
Notes
Diffstat (limited to 'math/givaro')
-rw-r--r-- | math/givaro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/givaro/Makefile b/math/givaro/Makefile index 01255895032a..e3953eb13909 100644 --- a/math/givaro/Makefile +++ b/math/givaro/Makefile @@ -17,7 +17,7 @@ LICENSE_PERMS= auto-accept LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes -CONFIGURE_ARGS = --with-gmp="${LOCALBASE}" +CONFIGURE_ARGS= --with-gmp="${LOCALBASE}" USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN |