Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2018 07:04:15 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484430 - head/chinese/fcitx-libpinyin
Message-ID:  <201811080704.wA874FJK033952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu Nov  8 07:04:15 2018
New Revision: 484430
URL: https://svnweb.freebsd.org/changeset/ports/484430

Log:
  - Remove webkit from depends and replace buildtools with buildtools_build
  
  Suggested by:	tobik@
  Approved by:	maintainer(via email)

Modified:
  head/chinese/fcitx-libpinyin/Makefile

Modified: head/chinese/fcitx-libpinyin/Makefile
==============================================================================
--- head/chinese/fcitx-libpinyin/Makefile	Thu Nov  8 06:51:51 2018	(r484429)
+++ head/chinese/fcitx-libpinyin/Makefile	Thu Nov  8 07:04:15 2018	(r484430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fcitx-libpinyin
 PORTVERSION=	0.5.3
+PORTREVISION=	1
 CATEGORIES=	chinese
 MASTER_SITES=	http://download.fcitx-im.org/${PORTNAME}/:body \
 		http://download.fcitx-im.org/data/:data
@@ -34,7 +35,7 @@ QT5_DESC=	Enable Qtr for dictmanager
 
 .if ${PORT_OPTIONS:MQT5}
 USES+=		qt:5
-USE_QT=		qmake_build gui webengine webkit buildtools
+USE_QT=		qmake_build gui webengine buildtools_build
 USE_LDCONFIG=	${PREFIX}/lib/fcitx/qt
 PLIST_SUB+=	QT5=""
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811080704.wA874FJK033952>