Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 18:49:47 +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: r357524 - head/graphics/mapserver
Message-ID:  <201406111849.s5BInlRU032817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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