From ac607ef2519dee606a19b40a43dbb75e697ecbc5 Mon Sep 17 00:00:00 2001 From: Shaun Amott Date: Mon, 29 Oct 2007 14:22:05 +0000 Subject: [PATCH] Depend on autotools, to fix the problem noted in the PR below. PR: ports/117116 Submitted by: "Richard A. Secor" --- sysutils/cronolog/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 69db330a5ac6..d503639c76c4 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -18,6 +18,8 @@ INFO= cronolog MAN1= cronolog.1m cronosplit.1m GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake:196 aclocal:19 autoconf:261 +AUTOMAKE_ARGS+= --add-missing OPTIONS= SETUID_PATCH "Build with setuid functionality" On