diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:44:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:44:20 +0000 |
commit | b35311943091c3ecaad78206b227f76438ff9819 (patch) | |
tree | 2d4b3751b4121bb66e685a367e5a1201305dd773 /math/ntl/Makefile | |
parent | fd46f2b2a9c9a590a9ba637eafa89efbb7d03f92 (diff) |
Update to version 5.0c.
PR: 25063
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38758
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r-- | math/ntl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index e36567865bf3..4f5e35b4fd05 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ntl -PORTVERSION= 4.2a +PORTVERSION= 5.0c CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ @@ -16,7 +16,6 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= makefile HAS_CONFIGURE= yes -CONFIGURE_ARGS= 'GMP=on' MAKE_ARGS= "DOCDIR=${LOCALBASE}/share/doc" do-install: |