diff options
author | ryoon <ryoon> | 2012-12-19 13:29:25 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-19 13:29:25 +0000 |
commit | 5f3783bfbe77555b9d81733d7ff642de48d5209d (patch) | |
tree | 91aaf0a2159feee555bff67e5ecd7f22d82740fc /security | |
parent | 02a8df9ca658af14d73d1f57bf2bab08056357df (diff) | |
download | pkgsrc-5f3783bfbe77555b9d81733d7ff642de48d5209d.tar.gz |
Fix build.
docbook-xsl is also needed.
Thank you, joerg@ again.
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/Makefile | 3 |
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 |