diff options
author | cy <cy@FreeBSD.org> | 2010-05-14 12:34:48 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-05-14 12:34:48 +0800 |
commit | 03608d166e85dfe645cf787dd888a755453847e4 (patch) | |
tree | b971a6d60165974f912ce14c1d85558797651b98 /security/fwbuilder | |
parent | 423223796557f1cea586a1261de4e22e7a263423 (diff) | |
download | freebsd-ports-gnome-03608d166e85dfe645cf787dd888a755453847e4.tar.gz freebsd-ports-gnome-03608d166e85dfe645cf787dd888a755453847e4.tar.zst freebsd-ports-gnome-03608d166e85dfe645cf787dd888a755453847e4.zip |
Add AUTOTOOLS dependency when using packages as opposed to ports
to satisfy dependencies.
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 afdab9d10fbc..0085fb85e39b 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 +USE_AUTOTOOLS= autoconf:262 automake:19 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |