From 805eedfdc321813ae2987b76fcbf5b15f527f68b Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 25 Feb 2018 08:45:08 +0000 Subject: [PATCH] Add hidden BDEP on libxslt for xsltproc, since we're using a github snapshot it's needed to build the doc. --- x11/xarchiver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/xarchiver/Makefile b/x11/xarchiver/Makefile index b9836b29971..f7e5f0a0197 100644 --- a/x11/xarchiver/Makefile +++ b/x11/xarchiver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2018/02/19 13:19:21 landry Exp $ +# $OpenBSD: Makefile,v 1.28 2018/02/25 08:45:08 landry Exp $ COMMENT = simple archive manager CATEGORIES = x11 archivers @@ -18,6 +18,7 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu +BUILD_DEPENDS = textproc/libxslt CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"