From c93f4171ed64c5bc2d9ba46efffd35022e3810c4 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 26 Mar 2011 16:02:30 +0000 Subject: [PATCH] Unbreak, spotted by naddy@ --- textproc/libxml++/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 44e885701c8..914a8c74266 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2010/11/20 19:56:49 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2011/03/26 16:02:30 ajacoutot Exp $ COMMENT= C++ wrapper for the libxml XML parser library @@ -24,6 +24,8 @@ WANTLIB += glibmm-2.4 xml2 stdc++ MODULES= devel/gettext +BUILD_DEPENDS= devel/mm-common + LIB_DEPENDS= devel/glib2mm \ textproc/libxml @@ -35,4 +37,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} FAKE_FLAGS= docdir="${PREFIX}/share/doc/libxml++-2.6" +# XXX when updating, check that this is still needed +CONFIGURE_ENV+= MMDOCTOOLDIR=`pkg-config --variable=doctooldir mm-common-util` + .include