From 3c985f4ba31345699672094e6e38c957640dde6c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 11 Jun 2014 18:49:47 +0000 Subject: [PATCH] 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} \