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) diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index 60b424cf6d5e..24bca022a96c 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/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)