Date: Tue, 3 Sep 2013 19:57:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326222 - head/textproc/uim Message-ID: <201309031957.r83JvJIM076470@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031957.r83JvJIM076470>