summaryrefslogtreecommitdiff
path: root/net-im/licq-qt-gui
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-20 13:32:42 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-20 13:32:42 +0000
commit7284424fab3033b3fcfd9203ba8a2fc9336ba467 (patch)
tree9f5089df22d05a95ab8bc04ed93f129b0fe859cd /net-im/licq-qt-gui
parentUpdate to 1.3.0. (diff)
autotools police: don't hardcode aclocal, use variable ACLOCAL
Notes
Notes: svn path=/head/; revision=51887
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r--net-im/licq-qt-gui/Makefile2
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)