diff options
author | mef <mef@pkgsrc.org> | 2021-01-11 02:22:19 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-01-11 02:22:19 +0000 |
commit | 200aaf122dd0e6296c785016c83da41e51fb49b5 (patch) | |
tree | 4e83559f89bb21434cbb5d780f5f720e06e92065 /security | |
parent | d4da099d5af6c84bff4f1064f90795f9fdc57fe7 (diff) | |
download | pkgsrc-200aaf122dd0e6296c785016c83da41e51fb49b5.tar.gz |
(security/oath-toolkit) Add TOOL_DEPENDS+= gtk-doc-[0-9]*
Diffstat (limited to 'security')
-rw-r--r-- | security/oath-toolkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 9835e6bccd1..46836c127d5 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/11/05 09:09:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2021/01/11 02:22:19 mef Exp $ DISTNAME= oath-toolkit-2.4.1 PKGREVISION= 5 @@ -17,6 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= autoconf automake m4 autoreconf BUILD_DEPENDS+= automake>=1.14:../../devel/automake +TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc PKGCONFIG_OVERRIDE+= liboath/liboath.pc.in |