diff options
author | ryoon <ryoon> | 2012-12-12 16:04:16 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-12 16:04:16 +0000 |
commit | b501d5dc79b13ece1dcdb94414c1afeb5ee3fab7 (patch) | |
tree | 275a7050936d2e3acd30ade7603092b050dac44a /security | |
parent | 37255337fa0b127d314aa19f6d104886a2151a9a (diff) | |
download | pkgsrc-b501d5dc79b13ece1dcdb94414c1afeb5ee3fab7.tar.gz |
Fix build.
For man pages generation, xsltproc from textproc/libxslt is needed.
Thank you, joerg@.
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index e73e569285e..f0ae6ec5750 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/11/30 15:49:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/12/12 16:04:16 ryoon Exp $ # DISTNAME= libsecret-0.12 @@ -11,6 +11,8 @@ HOMEPAGE= https://live.gnome.org/Libsecret COMMENT= GObject based library for accessing the Secret Service API LICENSE= gnu-lgpl-v2.1 +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool pkg-config |