diff options
author | flz <flz@FreeBSD.org> | 2005-06-30 17:33:54 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-30 17:33:54 +0000 |
commit | a61e22476730e1c68dfa728f21a65a76a4515530 (patch) | |
tree | f2aa10c101f41c8a368cbf0e7837305dbd557210 /math/ntl | |
parent | 1e8a4013e8f6f0eae70c63ccc5b865447613d65d (diff) | |
download | FreeBSD-ports-a61e22476730e1c68dfa728f21a65a76a4515530.zip FreeBSD-ports-a61e22476730e1c68dfa728f21a65a76a4515530.tar.gz |
- Fix build dependency (perl).
PR: ports/82811
Submitted by: maintainer
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 38fb38a..45e4818 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 |