1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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)
This commit is contained in:
Mark Linimon 2018-12-20 06:31:15 +00:00
parent f49eafa198
commit db280b9648
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487847

View File

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