aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/id3lib/Makefile')
-rw-r--r--audio/id3lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <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}