diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /sysutils/htop | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) |
Notes
Diffstat (limited to 'sysutils/htop')
-rw-r--r-- | sysutils/htop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 2cd0c5461c6c..1ff82978db0c 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -20,7 +20,7 @@ NOT_FOR_ARCHS= sparc64 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USE_AUTOTOOLS= autoconf:268 aclocal:111 automake:111 libtool:22 +USE_AUTOTOOLS= autoconf aclocal automake libtool ACLOCAL_ARGS= -I ${ACLOCAL_DIR} USE_PYTHON_BUILD= yes |