diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 10:44:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 10:44:07 +0800 |
commit | 1d1a1bf0eae578d1066b03e225bb5dfcde2b143c (patch) | |
tree | 6e453ac8ee5ce3794ceee425202a2ff27943309c /x11-toolkits/py-wxPython26 | |
parent | 1bc0ad9d16b94f6ddc1742b2f972276435676388 (diff) | |
download | freebsd-ports-graphics-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.tar.gz freebsd-ports-graphics-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.tar.zst freebsd-ports-graphics-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.zip |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to 'x11-toolkits/py-wxPython26')
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index f0dbcbb8560..6943d70fae7 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-ope WX_CONFIG= ${X11BASE}/bin/wx-config USE_GMAKE= yes -USE_NEWGCC= yes USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GTK= yes |