Remove NO_TEST, tests do exist.

This commit is contained in:
jca 2016-10-30 16:11:14 +00:00
parent 6dcd8b3aaf
commit 1f7fa17e68

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/02/16 22:57:12 naddy Exp $
# $OpenBSD: Makefile,v 1.15 2016/10/30 16:11:14 jca Exp $
COMMENT= program that manages encrypted password databases
DISTNAME= pwsafe-0.2.0
@ -26,6 +26,4 @@ CONFIGURE_ARGS+= --without-x
WANTLIB+= Xmu X11 SM ICE
.endif
NO_TEST= Yes
.include <bsd.port.mk>