mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Make this pass portlint. Slight cleanup to be more in accordance
with slave Makefiles.
This commit is contained in:
parent
0f77b09681
commit
60c1ab0db7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475127
@ -20,8 +20,8 @@ BUILD_DEPENDS+= gsed:textproc/gsed \
|
||||
mkimage:sysutils/u-boot-tools
|
||||
BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER}
|
||||
|
||||
USES= tar:bz2 gmake python:2.7,build shebangfix bison
|
||||
BINARY_ALIAS= swig=swig3.0 sed=gsed dtc=${LOCALBASE}/bin/dtc
|
||||
USES= bison gmake python:2.7,build shebangfix tar:bz2
|
||||
BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0
|
||||
|
||||
SHEBANG_FILES= tools/binman/binman.py
|
||||
SSP_UNSAFE= yes
|
||||
@ -158,8 +158,8 @@ post-patch:
|
||||
.if ${UBOOT_ARCH} == arm && !defined(CONFIG_FRAGMENT)
|
||||
# For armv6/v7 we want CONFIG_API
|
||||
# Use a KConfig fragment for that
|
||||
CONFIG_FRAGMENT= ${FILESDIR}/FreeBSD_Fragment
|
||||
FRAGMENT_NAME= FreeBSD_Fragment
|
||||
FRAGMENT_NAME= FreeBSD_Fragment
|
||||
CONFIG_FRAGMENT= ${FILESDIR}/${FRAGMENT_NAME}
|
||||
.endif
|
||||
|
||||
.if defined(CONFIG_FRAGMENT)
|
||||
|
Loading…
Reference in New Issue
Block a user