Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 20:25:41 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351288 - head/audio/shoutcast
Message-ID:  <201404142025.s3EKPfON021602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Apr 14 20:25:41 2014
New Revision: 351288
URL: http://svnweb.freebsd.org/changeset/ports/351288
QAT: https://qat.redports.org/buildarchive/r351288/

Log:
  audio/shoutcast: Fix DragonFly breakage due to OSVERSION use

Modified:
  head/audio/shoutcast/Makefile

Modified: head/audio/shoutcast/Makefile
==============================================================================
--- head/audio/shoutcast/Makefile	Mon Apr 14 20:23:32 2014	(r351287)
+++ head/audio/shoutcast/Makefile	Mon Apr 14 20:25:41 2014	(r351288)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404142025.s3EKPfON021602>