Replace USE_GCC=yes by a strict build dependency on lang/gcc since

only that guarantees that a binary (or actually symlink) named gcc
is present which this ports apparently requires.

USE_GCC=yes allows users to adjust the default version of GCC via
Mk/bsd.defaults-versions.mk, and with the change coming via PR218330
lang/gcc5 is going to be used instead of the (nearly identical, for
now) lang/gcc shortly.

PR:		218475, 218330
Approved by:	cem (maintainer)
This commit is contained in:
Gerald Pfeifer 2017-05-01 08:42:19 +00:00
parent 0ddd0551fd
commit 774a70d5d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439860

View file

@ -14,12 +14,12 @@ COMMENT= Full-featured Linux BTRFS, Ext4, XFS as a FUSE module
LICENSE= GPLv2
BUILD_DEPENDS= gnubc>0:math/gnubc
BUILD_DEPENDS= gnubc>0:math/gnubc \
gcc>0:lang/gcc
USES= fuse gmake python:build shebangfix
SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py
USE_BINUTILS= yes
USE_GCC= yes
USE_GITHUB= yes
GH_PROJECT= linux