svn commit: r484430 - head/chinese/fcitx-libpinyin

Wen Heping wen at FreeBSD.org
Thu Nov 8 07:04:16 UTC 2018


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


More information about the svn-ports-all mailing list