summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-03 11:27:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-03 11:27:46 +0000
commite2a03a442efbabd99dc343753e8a6784bb612075 (patch)
tree6bf677c793c5ea6680b17ab56bd3517b31d1ad59 /audio
parentFixed broken build with xmms dependiency installed on the system. (diff)
Remove dependency on devel/libstl for systems > 501103
PR: ports/57001 (originally) Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=90093
Diffstat (limited to 'audio')
-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}