svn commit: r337156 - head/audio/musicpd

Chris Rees crees at FreeBSD.org
Sat Dec 21 17:02:30 UTC 2013


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)


More information about the svn-ports-head mailing list