Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2013 17:02:30 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337156 - head/audio/musicpd
Message-ID:  <201312211702.rBLH2U8b022992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Dec 21 17:02:30 2013
New Revision: 337156
URL: http://svnweb.freebsd.org/changeset/ports/337156

Log:
  It appears that there is actually a compiler.mk knob that does
  exactly what was needed for the previous commit.
  
  Submitted by:	antoine
  Submitted by:	db

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Dec 21 16:58:34 2013	(r337155)
+++ head/audio/musicpd/Makefile	Sat Dec 21 17:02:30 2013	(r337156)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS+=	libmad.so:${PORTSDIR}/audio/libmad \
 		libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig compiler:c++11-lib
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
@@ -59,12 +59,6 @@ SUB_LIST+=	MPDDIR=${MPDDIR}
 IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists
 .endif
 
-.if ${OSVERSION} < 1000054
-USE_GCC=	4.7+
-.else
-USES+=		compiler:c++11-lang
-.endif
-
 .include <bsd.port.pre.mk>
 
 .if exists(${PREFIX}/etc/mpd.conf)



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