svn commit: r326181 - head/chinese/fcitx

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:12:06 UTC 2013


Author: antoine
Date: Tue Sep  3 17:12:06 2013
New Revision: 326181
URL: http://svnweb.freebsd.org/changeset/ports/326181

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/chinese/fcitx/Makefile

Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile	Tue Sep  3 17:10:36 2013	(r326180)
+++ head/chinese/fcitx/Makefile	Tue Sep  3 17:12:06 2013	(r326181)
@@ -33,7 +33,7 @@ USE_XZ=		yes
 USE_GNOME=	pango intltool libxml2 introspection
 USE_XORG=	x11 xext xkbfile
 USE_LDCONFIG=	yes
-USES=		cmake gettext pathfix
+USES=		cmake gettext pathfix pkgconfig
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	GTK2 GTK3 QT4 OPENCC TPUNC


More information about the svn-ports-all mailing list