comment requested by ajacoutot@ -- not obvious dependency that enables regression tests

This commit is contained in:
alek 2010-04-21 22:57:04 +00:00
parent c0e9f0cc65
commit 9cb838b99c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/04/21 22:22:12 alek Exp $
# $OpenBSD: Makefile,v 1.6 2010/04/21 22:57:04 alek Exp $
COMMENT = link advertisement (LLDP/CDP etc) daemon
@ -24,6 +24,8 @@ CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
WANTLIB = c event
# enables regression tests; GNU configure script enables them
# only if devel/check is available at build time
BUILD_DEPENDS = ::devel/check
.include <bsd.port.mk>