Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 06:18:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327132 - head/multimedia/mkvtoolnix
Message-ID:  <201309130618.r8D6IB79041791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 13 06:18:11 2013
New Revision: 327132
URL: http://svnweb.freebsd.org/changeset/ports/327132

Log:
  Adjust OSVERSION properly

Modified:
  head/multimedia/mkvtoolnix/Makefile

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Fri Sep 13 06:17:48 2013	(r327131)
+++ head/multimedia/mkvtoolnix/Makefile	Fri Sep 13 06:18:11 2013	(r327132)
@@ -42,7 +42,7 @@ OPTIONS_DEFINE=	WXGTK FLAC CURL
 OPTIONS_DEFAULT=WXGTK FLAC CURL
 
 _CCVERSION=	${CC} --version
-.if !${_CCVERSION:MCLANG} || ${OSVERSION} < 1000053
+.if !${_CCVERSION:MCLANG} || ${OSVERSION} < 1000054
 USE_GCC=	yes
 .endif
 



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