Remove dependency on devel/libstl for systems > 501103
PR: ports/57001 (originally) Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
202db5edee
commit
e2a03a442e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90093
@ -37,7 +37,7 @@ STLPORT_PORT?= # empty
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000 && !empty(STLPORT_PORT)
|
||||
.if ${OSVERSION} >= 500000 && ${OSVERSION} < 501103 && !empty(STLPORT_PORT)
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libstlport_${COMPILER}.so:${PORTSDIR}/${STLPORT_PORT}
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user