Drop SEPARATE_BUILD. With make(1) and SEPARATE_BUILD, ykpers tries to rebuild

manpages from sources with a2x (even though they appear up-to-date). Alternative
methods to fix add deps which aren't otherwise needed (either asciidoc for a2x,
or gmake which does work ok with SEPARATE_BUILD).

Build breakage reported by nigel@.
This commit is contained in:
sthen 2017-02-07 21:17:01 +00:00
parent 513ae4b616
commit c2e96f205a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2017/02/07 14:42:44 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/02/07 21:17:01 sthen Exp $
COMMENT= library and tools to program YubiKeys
@ -15,7 +15,6 @@ LIB_DEPENDS= devel/json-c \
devel/libusb1>=1.0.9p1 \
security/yubico/yubico-c
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>