From cf067de0ba6533969324d38782b4bb389b5fe405 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 26 Feb 2014 15:47:30 +0000 Subject: net/anet: ahven expected even if not needed The Ahven test library was advertised as optional, but the internal makefiles will fail if it is not present. In the short term, change Ahven from an optional to a mandatory dependency. Reported by: pkg-fallout --- net/anet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/anet/Makefile b/net/anet/Makefile index 241bda49793b..44fdad260d70 100644 --- a/net/anet/Makefile +++ b/net/anet/Makefile @@ -28,8 +28,8 @@ TEST_DESC= Run unit test suite before installation IGNORE= will not build; atomics are not supported on DF i386 .endif -.if ${PORT_OPTIONS:MTEST} BUILD_DEPENDS+= ${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven +.if ${PORT_OPTIONS:MTEST} ALL_TARGET+= tests .endif -- cgit