Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 13:51:06 +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: r370333 - head/graphics/libgltf
Message-ID:  <201410071351.s97Dp6ak098713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  7 13:51:05 2014
New Revision: 370333
URL: https://svnweb.freebsd.org/changeset/ports/370333
QAT: https://qat.redports.org/buildarchive/r370333/

Log:
  Fix build

Modified:
  head/graphics/libgltf/Makefile

Modified: head/graphics/libgltf/Makefile
==============================================================================
--- head/graphics/libgltf/Makefile	Tue Oct  7 13:33:25 2014	(r370332)
+++ head/graphics/libgltf/Makefile	Tue Oct  7 13:51:05 2014	(r370333)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 		${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
 LIB_DEPENDS=	libGLEW.so:${PORTSDIR}/graphics/glew
 
-USES=	pathfix libtool tar:bzip2
+USES=	pathfix pkgconfig libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror



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