summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorryoon <ryoon>2012-12-19 13:29:25 +0000
committerryoon <ryoon>2012-12-19 13:29:25 +0000
commit5f3783bfbe77555b9d81733d7ff642de48d5209d (patch)
tree91aaf0a2159feee555bff67e5ecd7f22d82740fc /security
parent02a8df9ca658af14d73d1f57bf2bab08056357df (diff)
downloadpkgsrc-5f3783bfbe77555b9d81733d7ff642de48d5209d.tar.gz
Fix build.
docbook-xsl is also needed. Thank you, joerg@ again.
Diffstat (limited to 'security')
-rw-r--r--security/libsecret/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile
index 149495436f5..9f516b14867 100644
--- a/security/libsecret/Makefile
+++ b/security/libsecret/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/12/18 21:53:30 marino Exp $
+# $NetBSD: Makefile,v 1.4 2012/12/19 13:29:25 ryoon Exp $
#
DISTNAME= libsecret-0.12
@@ -12,6 +12,7 @@ COMMENT= GObject based library for accessing the Secret Service API
LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
GNU_CONFIGURE= yes
USE_LIBTOOL= yes