From e2a03a442efbabd99dc343753e8a6784bb612075 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 3 Oct 2003 11:27:46 +0000 Subject: [PATCH] Remove dependency on devel/libstl for systems > 501103 PR: ports/57001 (originally) Submitted by: KATO Tsuguru --- audio/id3lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index c1f05c3a5450..2734765daa9b 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -37,7 +37,7 @@ STLPORT_PORT?= # empty .include -.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}