diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-20 13:32:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-20 13:32:42 +0000 |
commit | 7284424fab3033b3fcfd9203ba8a2fc9336ba467 (patch) | |
tree | 9f5089df22d05a95ab8bc04ed93f129b0fe859cd /net-im | |
parent | Update to 1.3.0. (diff) |
autotools police: don't hardcode aclocal, use variable ACLOCAL
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 60b424cf6d5e..24bca022a96c 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -26,7 +26,7 @@ post-patch: ${WRKSRC}/src/Makefile.in pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/aclocal) + @(cd ${WRKSRC} && ${ACLOCAL}) post-configure: @(cd ${WRKSRC} && ${PERL5} am_edit) |