svn commit: r380444 - head/www/newsbeuter

Tilman Keskinoz arved at FreeBSD.org
Wed Mar 4 16:24:04 UTC 2015


Author: arved
Date: Wed Mar  4 16:24:03 2015
New Revision: 380444
URL: https://svnweb.freebsd.org/changeset/ports/380444
QAT: https://qat.redports.org/buildarchive/r380444/

Log:
  Fix build on 8.x 9.x
  
  PR:		198104

Modified:
  head/www/newsbeuter/Makefile

Modified: head/www/newsbeuter/Makefile
==============================================================================
--- head/www/newsbeuter/Makefile	Wed Mar  4 16:08:41 2015	(r380443)
+++ head/www/newsbeuter/Makefile	Wed Mar  4 16:24:03 2015	(r380444)
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT=PODCAST
 OPTIONS_SUB=	yes
 PODCAST_DESC=	Podcast client (podbeuter)
 
-USES=		compiler:c++11-lang gettext gmake iconv:translit ncurses perl5 pkgconfig shebangfix
+USES=		compiler:c++11-lib gettext gmake iconv:translit ncurses perl5 pkgconfig shebangfix
 USE_CXXSTD=	gnu++11
 USE_PERL5=	build
 SHEBANG_FILES=	txt2h.pl
@@ -30,10 +30,6 @@ USE_GNOME=	libxml2
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000000
-USES+=		compiler:gcc-c++11-lib
-.endif
-
 post-patch:
 	${REINPLACE_CMD} -e "s,share/man,man,; \
 			/^prefix/s|=.*|=${PREFIX}|; /^CXX=/d; \


More information about the svn-ports-head mailing list