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/fwbuilder | |
parent | fb845cf6fe2ad386b1597eaf605cf8b8d9d5610d (diff) | |
download | ports-f8709516ea0b371a924476cb2820ebedf172218f.tar.gz ports-f8709516ea0b371a924476cb2820ebedf172218f.zip |
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 0085fb85e39b..b64d4d4fc46e 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -46,7 +46,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 automake:19 +USE_AUTOTOOLS= autoconf:262 aclocal:110 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |