svn commit: r357524 - head/graphics/mapserver

Antoine Brodin antoine at FreeBSD.org
Wed Jun 11 18:49:47 UTC 2014


Author: antoine
Date: Wed Jun 11 18:49:47 2014
New Revision: 357524
URL: http://svnweb.freebsd.org/changeset/ports/357524
QAT: https://qat.redports.org/buildarchive/r357524/

Log:
  Add explicit libxml2 dependency

Modified:
  head/graphics/mapserver/Makefile

Modified: head/graphics/mapserver/Makefile
==============================================================================
--- head/graphics/mapserver/Makefile	Wed Jun 11 18:47:43 2014	(r357523)
+++ head/graphics/mapserver/Makefile	Wed Jun 11 18:49:47 2014	(r357524)
@@ -17,6 +17,7 @@ LIB_DEPENDS=		libgd.so:${PORTSDIR}/graph
 			libgif.so:${PORTSDIR}/graphics/giflib
 
 USES=			cmake
+USE_GNOME=		libxml2
 LDFLAGS+=		-L${LOCALBASE} -pthread
 CMAKE_ARGS+=		-DCMAKE_PREFIX_PATH=${LOCALBASE} \
 			-DCMAKE_INSTALL_PREFIX=${PREFIX} \


More information about the svn-ports-head mailing list