diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-30 17:33:54 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-30 17:33:54 +0000 |
commit | cfb8fe6e959d91741e070cf38621bea853950bfc (patch) | |
tree | adf6e530af8c189663c1d7234269d25e3135468d /math/ntl | |
parent | 83199ff5ba19b4c9b915b9a0448614498a0a7397 (diff) |
- Fix build dependency (perl).
PR: ports/82811
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=138256
Diffstat (limited to 'math/ntl')
-rw-r--r-- | math/ntl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 38fb38ac054b..45e481845b34 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -18,6 +18,7 @@ COMMENT= Victor Shoup's Number Theory Library LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 .endif +USE_PERL5_BUILD= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" NTL_STD_CXX=on |