svn commit: r487847 - head/japanese/kasumi

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 06:31:16 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list