Date: Thu, 20 Dec 2018 06:31:15 +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: r487847 - head/japanese/kasumi Message-ID: <201812200631.wBK6VFeK000337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Dec 20 06:31:15 2018 New Revision: 487847 URL: https://svnweb.freebsd.org/changeset/ports/487847 Log: This port needs USES=compiler:c++11-lang to build on GCC architectures. While here, use localbase:ldflags to simplify Makefile, and pet portlint. PR: 233931 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/japanese/kasumi/Makefile Modified: head/japanese/kasumi/Makefile ============================================================================== --- head/japanese/kasumi/Makefile Thu Dec 20 06:31:04 2018 (r487846) +++ head/japanese/kasumi/Makefile Thu Dec 20 06:31:15 2018 (r487847) @@ -10,14 +10,12 @@ MASTER_SITES= OSDN/${PORTNAME}/41436 MAINTAINER= nobutaka@FreeBSD.org COMMENT= Dictionary management tool for anthy -USES= gmake pkgconfig -USE_GNOME= gtk20 LIB_DEPENDS= libanthy.so:japanese/anthy -GNU_CONFIGURE= yes +USES= compiler:c++11-lang gmake localbase:ldflags pkgconfig +USE_GNOME= gtk20 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200631.wBK6VFeK000337>