aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-04-14 20:25:41 +0000
committerJohn Marino <marino@FreeBSD.org>2014-04-14 20:25:41 +0000
commit84866a8a9af8bbeabca86abb97e5623553d59109 (patch)
tree55511982abc3147e8fc49664f711fbf32c549581
parent8728fa4fa7a0b4ce4607131dcb0f5d44b2a0d422 (diff)
downloadports-84866a8a9af8bbeabca86abb97e5623553d59109.tar.gz
ports-84866a8a9af8bbeabca86abb97e5623553d59109.zip
Notes
-rw-r--r--audio/shoutcast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile
index 93c0df173d9e..d39295548fad 100644
--- a/audio/shoutcast/Makefile
+++ b/audio/shoutcast/Makefile
@@ -49,7 +49,7 @@ GROUPS= ${SHOUTCASTGROUP}
.include <bsd.port.options.mk>
-.if ${OSVERSION} >= 1000010
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000010
.if ${ARCH} == "i386"
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
.else