From a5feacdb8df832db293b3526b31aa027ee646e3f Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 11 Jun 2014 18:49:47 +0000 Subject: Add explicit libxml2 dependency --- graphics/mapserver/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 7b5db8824876..cfafad92cd1f 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libgif.so:${PORTSDIR}/graphics/giflib USES= cmake +USE_GNOME= libxml2 LDFLAGS+= -L${LOCALBASE} -pthread CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -- cgit