Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 09:01:59 +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: r336424 - head/math/cantor
Message-ID:  <201312140901.rBE91xLp092351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 14 09:01:59 2013
New Revision: 336424
URL: http://svnweb.freebsd.org/changeset/ports/336424

Log:
  Add an explicit dependency on pkgconf (needed for LibSpectre and Qalculate detection)
  
  Approved by:	portmgr (bapt)

Modified:
  head/math/cantor/Makefile

Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile	Sat Dec 14 06:44:38 2013	(r336423)
+++ head/math/cantor/Makefile	Sat Dec 14 09:01:59 2013	(r336424)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	spectre.1:${PORTSDIR}/print
 CONFLICTS=	kdeedu-4.[0-6].*
 
 USE_KDE4=	kdehier kdelibs kdeprefix automoc4
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_QT4=	corelib qtestlib_build xml xmlpatterns \
 		moc_build qmake_build rcc_build uic_build
 USE_XZ=		yes



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