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 /graphics/plotutils | |
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 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index d06e348..45a8850 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -15,7 +15,6 @@ MAINTAINER= chuckr@FreeBSD.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_NEWGCC= yes USE_MOTIF= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |