diff options
author | nork <nork@FreeBSD.org> | 2010-11-07 20:39:09 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-11-07 20:39:09 +0800 |
commit | 39c8ef46d785a0f1393a8912c1dbd763f8200472 (patch) | |
tree | 12fb17650cce72bff84b402c32513f26b1db5add /security | |
parent | 06fc0d9c29a8230d6ca2367f8e10b3e89ed7a643 (diff) | |
download | freebsd-ports-gnome-39c8ef46d785a0f1393a8912c1dbd763f8200472.tar.gz freebsd-ports-gnome-39c8ef46d785a0f1393a8912c1dbd763f8200472.tar.zst freebsd-ports-gnome-39c8ef46d785a0f1393a8912c1dbd763f8200472.zip |
Fix build dependency on automake.
Reported by: QAT
Diffstat (limited to 'security')
-rw-r--r-- | security/trousers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile index bfc8150d157d..390e717e945f 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -17,7 +17,7 @@ USE_GMAKE= YES USE_ICONV= YES USE_OPENSSL= YES USE_LDCONFIG= YES -USE_AUTOTOOLS= autoconf:268 libtool:22 +USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22 GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES |