svn commit: r486553 - head/chinese/libpinyin

Mark Linimon linimon at FreeBSD.org
Mon Dec 3 20:56:08 UTC 2018


Author: linimon
Date: Mon Dec  3 20:56:07 2018
New Revision: 486553
URL: https://svnweb.freebsd.org/changeset/ports/486553

Log:
  This port requires a C++11-aware compiler to build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		233701
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/chinese/libpinyin/Makefile

Modified: head/chinese/libpinyin/Makefile
==============================================================================
--- head/chinese/libpinyin/Makefile	Mon Dec  3 20:37:12 2018	(r486552)
+++ head/chinese/libpinyin/Makefile	Mon Dec  3 20:56:07 2018	(r486553)
@@ -11,8 +11,8 @@ COMMENT=	Library to deal with pinyin
 
 LICENSE=	GPLv2
 
+USES=		bdb compiler:c++11-lang gettext gmake libtool pathfix pkgconfig
 USE_GNOME=	glib20
-USES=		bdb gettext gmake libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list