Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 17:06:57 +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: r326177 - head/devel/preps-gui
Message-ID:  <201309031706.r83H6vJ3073765@svn.freebsd.org>

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

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/devel/preps-gui/Makefile

Modified: head/devel/preps-gui/Makefile
==============================================================================
--- head/devel/preps-gui/Makefile	Tue Sep  3 17:06:48 2013	(r326176)
+++ head/devel/preps-gui/Makefile	Tue Sep  3 17:06:57 2013	(r326177)
@@ -15,8 +15,7 @@ COMMENT=	Problem reporting system
 
 RUN_DEPENDS=	prepsdb_tool:${PORTSDIR}/devel/prepstools
 
-USE_GMAKE=	yes
-USES=        pathfix
+USES=        pathfix gmake pkgconfig
 USE_GNOME=	gnomeprefix gtk20 gconf2 libgnomeui
 USE_PGSQL=	yes
 INSTALLS_OMF=	yes



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