diff options
author | John Marino <marino@FreeBSD.org> | 2014-04-14 20:25:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-04-14 20:25:41 +0000 |
commit | 84866a8a9af8bbeabca86abb97e5623553d59109 (patch) | |
tree | 55511982abc3147e8fc49664f711fbf32c549581 | |
parent | 8728fa4fa7a0b4ce4607131dcb0f5d44b2a0d422 (diff) | |
download | ports-84866a8a9af8bbeabca86abb97e5623553d59109.tar.gz ports-84866a8a9af8bbeabca86abb97e5623553d59109.zip |
Notes
-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 |