diff options
author | shaun <shaun@FreeBSD.org> | 2007-10-29 14:22:05 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2007-10-29 14:22:05 +0000 |
commit | 02acf011aff4fc4d8bce167c1b34f61eece9be4e (patch) | |
tree | 2d98887d0a62edd228e162406d47edc78a21922e | |
parent | e5006420e591b5ea855be0d59860b51d820f7713 (diff) | |
download | FreeBSD-ports-02acf011aff4fc4d8bce167c1b34f61eece9be4e.zip FreeBSD-ports-02acf011aff4fc4d8bce167c1b34f61eece9be4e.tar.gz |
Depend on autotools, to fix the problem noted in the PR below.
PR: ports/117116
Submitted by: "Richard A. Secor" <rsecor@seqlogic.com>
-rw-r--r-- | sysutils/cronolog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 69db330..d503639 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 |