diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 07:09:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 07:09:44 +0000 |
commit | 03ff469809e9682d2bdfed24b19ecf951d7bcfcb (patch) | |
tree | 5dab0a1b4f91f31860986b9fe92b99867ae24d14 /math/ntl | |
parent | d55e2ed7a34e3d7de8680b681e2baab57dee6172 (diff) | |
download | ports-03ff469809e9682d2bdfed24b19ecf951d7bcfcb.tar.gz ports-03ff469809e9682d2bdfed24b19ecf951d7bcfcb.zip |
bump libgmp4 libversion
Notes
Notes:
svn path=/head/; revision=61910
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 9cab5bb01da9..e0bb93a0ffb4 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.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 HAS_CONFIGURE= yes CONFIGURE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ |