summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/anet/Makefile2
1 files changed, 1 insertions, 1 deletions
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