svn commit: r370333 - head/graphics/libgltf
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 13:51:06 UTC 2014
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
More information about the svn-ports-head
mailing list