add missing NO_REGRESS, pointed out by sturm... as always

This commit is contained in:
msf 2007-03-23 07:23:09 +00:00
parent e5a530f4cb
commit 8dcea5e05c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/23 04:28:26 msf Exp $
# $OpenBSD: Makefile,v 1.2 2007/03/23 07:23:09 msf Exp $
COMMENT= "conver text strings to printed bars"
@ -18,4 +18,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
CONFIGURE_STYLE= gnu dest
NO_REGRESS=Yes
.include <bsd.port.mk>