diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-05-24 01:55:36 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-05-24 01:55:36 +0000 |
commit | f8709516ea0b371a924476cb2820ebedf172218f (patch) | |
tree | 932578535170dcb340c375a9a631ca378b1ba6ba /security/libfwbuilder-devel/Makefile | |
parent | fb845cf6fe2ad386b1597eaf605cf8b8d9d5610d (diff) |
Fix an autotools dependency issue.
Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
Notes
Notes:
svn path=/head/; revision=254938
Diffstat (limited to 'security/libfwbuilder-devel/Makefile')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index e7324d2560bb..c3afc02fca4d 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -51,7 +51,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22 +USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |