diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 19:27:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 19:27:46 +0800 |
commit | 90e51cc6f2ef451bc9c766ee91afaf5fbcf18056 (patch) | |
tree | 1fe41a193c76ce74bd9fe47ee1c9251ab33282f0 /audio | |
parent | a51a4f232d3fce25d3f92bcaa284cc73ca6bde87 (diff) | |
download | freebsd-ports-gnome-90e51cc6f2ef451bc9c766ee91afaf5fbcf18056.tar.gz freebsd-ports-gnome-90e51cc6f2ef451bc9c766ee91afaf5fbcf18056.tar.zst freebsd-ports-gnome-90e51cc6f2ef451bc9c766ee91afaf5fbcf18056.zip |
Remove dependency on devel/libstl for systems > 501103
PR: ports/57001 (originally)
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio')
-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} |