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:
parent
f49eafa198
commit
db280b9648
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487847
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user