Remove dependency on devel/libstl for systems > 501103

PR:		ports/57001 (originally)
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Edwin Groothuis
2003-10-03 11:27:46 +00:00
parent 202db5edee
commit e2a03a442e
+1 -1
View File
@@ -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}