diff options
Diffstat (limited to 'editors/tea/Makefile')
-rw-r--r-- | editors/tea/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 9a6ca52d983b..814cf5b02d6b 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 46.0.0 +PORTVERSION= 46.2.0 CATEGORIES= editors MAINTAINER= danilo@FreeBSD.org @@ -12,6 +12,8 @@ LICENSE= GPLv3 BROKEN_powerpc64= fails to link: spellchecker.o:(.text+0xd2c): undefined reference to Hunspell::remove(std::string const&) +USES= gl pkgconfig:build qmake + OPTIONS_SINGLE= TOOLKITS OPTIONS_SINGLE_TOOLKITS= QT4 QT5 OPTIONS_DEFINE= DOCS @@ -19,7 +21,6 @@ OPTIONS_GROUP= SPELL OPTIONS_GROUP_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= QT4 ASPELL HUNSPELL -USES= gl pkgconfig:build qmake USE_GL= gl USE_LOCALE= en_US.UTF-8 @@ -45,10 +46,6 @@ ASPELL_QMAKE_OFF= CONFIG+=noaspell HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_QMAKE_OFF= CONFIG+=nohunspell -post-patch: - @${REINPLACE_CMD} -e \ - 's|/usr/include|${LOCALBASE}/include|' ${WRKSRC}/src.pro - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/icons/tea_icon_v2.png ${STAGEDIR}${PREFIX}/share/pixmaps |