Date: Mon, 3 Dec 2018 20:56:07 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486553 - head/chinese/libpinyin Message-ID: <201812032056.wB3Ku7AS010832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812032056.wB3Ku7AS010832>