mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- gputils is required by sdcc for working with PIC processors,
and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS PR: ports/158691 Submitted by: Jason Bacon <jwbacon@tds.net> Approved by: Tijl Coosemans <tijl@coosemans.org> (maintainer)
This commit is contained in:
parent
312b86a65c
commit
d370880c74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277405
@ -85,6 +85,7 @@ CONFIGURE_ARGS+= --disable-pic-port
|
||||
PLIST_SUB+= PIC="@comment "
|
||||
.else
|
||||
BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
|
||||
RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
|
||||
PLIST_SUB+= PIC=""
|
||||
.endif
|
||||
|
||||
@ -93,6 +94,7 @@ CONFIGURE_ARGS+= --disable-pic16-port
|
||||
PLIST_SUB+= PIC16="@comment "
|
||||
.else
|
||||
BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
|
||||
RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
|
||||
PLIST_SUB+= PIC16=""
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user