diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
commit | c68436a7b72179f073b6414d623457a5e3c24e12 (patch) | |
tree | bf681b064a63b51d6700afac65ffbfae49c987d8 /net/opal | |
parent | Remove 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 'net/opal')
-rw-r--r-- | net/opal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index a8f3fe10992e..832b760f6a4d 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -27,7 +27,6 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch WRKSRC= ${WRKDIR}/${PORTNAME} -USE_NEWGCC= yes USE_BISON= yes USE_GMAKE= yes |