pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libykneomgr Needs help2man. Has racy build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/403e06757c3c
branches:  trunk
changeset: 641774:403e06757c3c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 17 19:05:14 2014 +0000

description:
Needs help2man. Has racy build.

diffstat:

 security/libykneomgr/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r bc5e0b58a9de -r 403e06757c3c security/libykneomgr/Makefile
--- a/security/libykneomgr/Makefile     Mon Nov 17 19:04:49 2014 +0000
+++ b/security/libykneomgr/Makefile     Mon Nov 17 19:05:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/11/14 22:03:14 pettai Exp $
+# $NetBSD: Makefile,v 1.3 2014/11/17 19:05:14 joerg Exp $
 
 DISTNAME=      libykneomgr-0.1.6
 CATEGORIES=    security
@@ -8,12 +8,16 @@
 HOMEPAGE=      https://developers.yubico.com/libykneomgr/
 COMMENT=       Yubikey NEO C library and command-line tool
 
+MAKE_JOBS_SAFE=        no
+
 LICENSE=       gnu-lgpl-v3
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_TOOLS=             pkg-config
 
+BUILD_DEPENDS+=                help2man-[0-9]*:../../converters/help2man
+
 .include "../../security/pcsc-lite/buildlink3.mk"
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index