04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
20 lines
484 B
Makefile
20 lines
484 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sonnet
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 plugin-based spell checking library
|
|
|
|
LIB_DEPENDS= libaspell.so:textproc/aspell \
|
|
libhunspell-1.6.so:textproc/hunspell
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui linguisttools qmake_build \
|
|
testlib widgets
|
|
|
|
.include <bsd.port.mk>
|