diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-25 21:27:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-25 21:27:37 +0000 |
commit | 659c9675167a3c3ed24bf778c639b43981cbcd33 (patch) | |
tree | 6bec6a78bb240300325bb4d68e84361f36406264 /devel/bisoncpp | |
parent | - update from 0.23.1 to 0.23.2 (diff) |
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
Diffstat (limited to 'devel/bisoncpp')
-rw-r--r-- | devel/bisoncpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index f2546e404999..6d91d420c5a7 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -20,7 +20,7 @@ PORTDOCS= * WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} -USE_GCC= 4.9+ +USE_GCC= yes USES= shebangfix |