diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-20 17:06:46 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-20 17:06:46 +0000 |
commit | add8dbd8dd4f1abe35921d74573a5c1342474aa9 (patch) | |
tree | c9b4f8fc7e7931dae6bfdb8461608a53ccfea951 /x11 | |
parent | 5a307ee2096d0d44f92c5b8cde6d9c72d46da657 (diff) |
Replace USE_GCC=4.8+ by the equivalent, but preferred USE_GCC=yes.
Notes
Notes:
svn path=/head/; revision=368664
Diffstat (limited to 'x11')
-rw-r--r-- | x11/leechcraft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index ee84ba4fcac4..cdce70ac1d4a 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -395,7 +395,7 @@ BROKEN= Otlozhu has not supported yet (not ported liblaretz) .if ${OSVERSION} < 1000000 PORT_OPTIONS:= ${PORT_OPTIONS:O:u} PORT_OPTIONS:= ${PORT_OPTIONS:NBITTORRENT} -USE_GCC= 4.8+ +USE_GCC= yes .endif .include <bsd.port.mk> |