diff options
Diffstat (limited to 'audio/shoutcast/Makefile')
-rw-r--r-- | audio/shoutcast/Makefile | 2 |
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 |