Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 17:05:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326175 - head/deskutils/conduit
Message-ID:  <201309031705.r83H5Im1072906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 17:05:18 2013
New Revision: 326175
URL: http://svnweb.freebsd.org/changeset/ports/326175

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/deskutils/conduit/Makefile

Modified: head/deskutils/conduit/Makefile
==============================================================================
--- head/deskutils/conduit/Makefile	Tue Sep  3 17:05:11 2013	(r326174)
+++ head/deskutils/conduit/Makefile	Tue Sep  3 17:05:18 2013	(r326175)
@@ -25,9 +25,8 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/goocan
 		xdg-open:${PORTSDIR}/devel/xdg-utils
 
 USE_PYTHON=	2.5+
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031705.r83H5Im1072906>