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/opendx | |
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/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 808c0ed..38bbe99 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -26,7 +26,6 @@ USE_BISON= yes USE_GMAKE= yes USE_MESA= yes USE_MOTIF= yes -USE_NEWGCC= yes USE_XLIB= yes AUTOMAKE_ARGS= -a -i GNU_CONFIGURE= yes |