svn commit: r393041 - head/sysutils/policykit-qt

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 00:02:54 UTC 2015


Author: amdmi3
Date: Tue Jul 28 00:02:53 2015
New Revision: 393041
URL: https://svnweb.freebsd.org/changeset/ports/393041

Log:
  - Fix build
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/policykit-qt/Makefile

Modified: head/sysutils/policykit-qt/Makefile
==============================================================================
--- head/sysutils/policykit-qt/Makefile	Mon Jul 27 23:04:29 2015	(r393040)
+++ head/sysutils/policykit-qt/Makefile	Tue Jul 28 00:02:53 2015	(r393041)
@@ -17,7 +17,7 @@ USE_LDCONFIG=	yes
 USE_KDE4=	automoc4
 USE_QT4=	corelib dbus gui network svg xml  \
 		qmake_build moc_build rcc_build uic_build
-USES=		cmake gettext tar:bzip2
+USES=		cmake gettext pkgconfig tar:bzip2
 
 PORTSCOUT=	limit:^0
 


More information about the svn-ports-all mailing list