svn commit: r351288 - head/audio/shoutcast

John Marino marino at FreeBSD.org
Mon Apr 14 20:25:42 UTC 2014


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


More information about the svn-ports-all mailing list