diff options
author | flz <flz@FreeBSD.org> | 2005-07-01 01:33:54 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-07-01 01:33:54 +0800 |
commit | a61e22476730e1c68dfa728f21a65a76a4515530 (patch) | |
tree | f2aa10c101f41c8a368cbf0e7837305dbd557210 /math | |
parent | 1e8a4013e8f6f0eae70c63ccc5b865447613d65d (diff) | |
download | freebsd-ports-gnome-a61e22476730e1c68dfa728f21a65a76a4515530.tar.gz freebsd-ports-gnome-a61e22476730e1c68dfa728f21a65a76a4515530.tar.zst freebsd-ports-gnome-a61e22476730e1c68dfa728f21a65a76a4515530.zip |
- Fix build dependency (perl).
PR: ports/82811
Submitted by: maintainer
Diffstat (limited to 'math')
-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 |