Index: head/japanese/kasumi/Makefile =================================================================== --- head/japanese/kasumi/Makefile (revision 487846) +++ head/japanese/kasumi/Makefile (revision 487847) @@ -1,34 +1,32 @@ # Created by: MANTANI Nobutaka # $FreeBSD$ PORTNAME= kasumi PORTVERSION= 2.5 PORTREVISION= 6 CATEGORIES= japanese 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 .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .include