diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:27:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:27:46 +0000 |
commit | e2a03a442efbabd99dc343753e8a6784bb612075 (patch) | |
tree | 6bf677c793c5ea6680b17ab56bd3517b31d1ad59 /audio/id3lib | |
parent | 202db5edee9ffb019f3c54bc72328a733aacba13 (diff) | |
download | ports-e2a03a442efbabd99dc343753e8a6784bb612075.tar.gz ports-e2a03a442efbabd99dc343753e8a6784bb612075.zip |
Notes
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 2 |
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} |