summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-31 02:44:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-31 02:44:07 +0000
commitc68436a7b72179f073b6414d623457a5e3c24e12 (patch)
treebf681b064a63b51d6700afac65ffbfae49c987d8 /math
parentRemove USE_NEWGCC, which is no longer supported or required. (diff)
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
Notes
Notes: svn path=/head/; revision=65347
Diffstat (limited to 'math')
-rw-r--r--math/GiNaC/Makefile1
-rw-r--r--math/surf/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index a31b5495d8b5..6ccb8c4b83cf 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}
diff --git a/math/surf/Makefile b/math/surf/Makefile
index e8e1842a1f43..221e60e5ef3f 100644
--- a/math/surf/Makefile
+++ b/math/surf/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GNOMENG= yes
USE_GNOME= gtk12
-USE_NEWGCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"