Remove dependency on devel/libstl for systems > 501103
PR: ports/57001 (originally) Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user