diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
commit | 74674683976e0f574cb2ce434853ca403b034c81 (patch) | |
tree | e2210cb0b150421505fcaa653331e35356f0c8ef /math/ntl | |
parent | 3d510485e53d7e2ad78c00305f4e230e9feff5c7 (diff) | |
download | ports-74674683976e0f574cb2ce434853ca403b034c81.tar.gz ports-74674683976e0f574cb2ce434853ca403b034c81.zip |
Notes
Diffstat (limited to 'math/ntl')
-rw-r--r-- | math/ntl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index b88809d28ff2..9cab5bb01da9 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.shoup.net/ntl/ MAINTAINER= matthiasb@acm.org -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 HAS_CONFIGURE= yes CONFIGURE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ |