svn commit: r326222 - head/textproc/uim

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 19:57:20 UTC 2013


Author: antoine
Date: Tue Sep  3 19:57:19 2013
New Revision: 326222
URL: http://svnweb.freebsd.org/changeset/ports/326222

Log:
  Add an explicit dependency on pkgconf
  (needed for gtk detection)
  
  Approved by:	portmgr (bapt)

Modified:
  head/textproc/uim/Makefile

Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile	Tue Sep  3 19:51:12 2013	(r326221)
+++ head/textproc/uim/Makefile	Tue Sep  3 19:57:19 2013	(r326222)
@@ -16,9 +16,8 @@ USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 WANT_GNOME=	yes
 USE_GNOME+=	glib20 intltool
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USES=		gettext iconv
+USES=		gettext gmake iconv pkgconfig
 USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list