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/licq-qt-gui | |
parent | a51a2193256b109e5450ed6d0cf4958e9ff330d2 (diff) | |
download | ports-7284424fab3033b3fcfd9203ba8a2fc9336ba467.tar.gz ports-7284424fab3033b3fcfd9203ba8a2fc9336ba467.zip |
Notes
Diffstat (limited to 'net-im/licq-qt-gui')
-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) |