diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
commit | 1d1a1bf0eae578d1066b03e225bb5dfcde2b143c (patch) | |
tree | 6e453ac8ee5ce3794ceee425202a2ff27943309c /math/GiNaC | |
parent | 1bc0ad9d16b94f6ddc1742b2f972276435676388 (diff) | |
download | FreeBSD-ports-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.zip FreeBSD-ports-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.tar.gz |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index a31b549..6ccb8c4 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln USE_REINPLACE= yes USE_BZIP2= yes -USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |