From 0644accf4ff7aa0aa952cd2fdc995f596db8965c Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 27 Sep 2012 05:36:33 +0000 Subject: [PATCH] Missing BUILD_DEPENDS; spotted by espie@ --- x11/gnome/libsecret/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/gnome/libsecret/Makefile b/x11/gnome/libsecret/Makefile index a968a46d01d..6f806f5df96 100644 --- a/x11/gnome/libsecret/Makefile +++ b/x11/gnome/libsecret/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2012/09/18 12:43:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2012/09/27 05:36:33 ajacoutot Exp $ COMMENT= library for storing and retrieving passwords and secrets @@ -26,6 +26,8 @@ MODGNOME_TOOLS= goi vala MODPY_BUILDDEP= No MODPY_RUNDEP= No +BUILD_DEPENDS= textproc/docbook-xsl + LIB_DEPENDS= devel/glib2 \ security/libgcrypt