diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-18 16:20:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-18 16:20:50 +0800 |
commit | 7f080bba5c314201ac0e7493a70c708a62119718 (patch) | |
tree | 5908b2c6a15fe700fb65018c16e3e955b89158a2 /math/ntl | |
parent | b9eff800a362ff4ad373058d05487ed2a9d27c6e (diff) | |
download | freebsd-ports-gnome-7f080bba5c314201ac0e7493a70c708a62119718.tar.gz freebsd-ports-gnome-7f080bba5c314201ac0e7493a70c708a62119718.tar.zst freebsd-ports-gnome-7f080bba5c314201ac0e7493a70c708a62119718.zip |
libgmp3 -> libgmp4
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}" \ |