svn commit: r326178 - head/math/octave

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:08:29 UTC 2013


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


More information about the svn-ports-all mailing list