summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-12-21 17:02:30 +0000
committerChris Rees <crees@FreeBSD.org>2013-12-21 17:02:30 +0000
commit190b95b3ee5128498b9b917b66348e61e61572c1 (patch)
treec8f4e899881a7100674061ea9be5528dde9257c7 /audio
parent- convert to stage (diff)
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
Notes
Notes: svn path=/head/; revision=337156
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 04a2bbbf6a5c..4778ef712a69 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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)