This port has no test suite, add NO_TEST=Yes.

This commit is contained in:
jca 2016-08-12 22:05:14 +00:00
parent 46fd572277
commit 7b9cc89da4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2016/08/12 22:03:40 jca Exp $
# $OpenBSD: Makefile,v 1.3 2016/08/12 22:05:14 jca Exp $
COMMENT = userland implementation of the UDF filesystem
@ -21,4 +21,6 @@ EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>