Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 17:08:29 +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: r326178 - head/math/octave
Message-ID:  <201309031708.r83H8TMg074519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 17:08:29 2013
New Revision: 326178
URL: http://svnweb.freebsd.org/changeset/ports/326178

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

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Tue Sep  3 17:06:57 2013	(r326177)
+++ head/math/octave/Makefile	Tue Sep  3 17:08:29 2013	(r326178)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	GraphicsMagick:${PORTSDIR}/
 		umfpack.1:${PORTSDIR}/math/suitesparse \
 		glpk:${PORTSDIR}/math/glpk
 
-USES=		charsetfix
+USES=		charsetfix pkgconfig
 USE_BZIP2=	yes
 USE_PERL5_BUILD=yes
 USE_GMAKE=	yes



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