mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4fba1d0651
- oxim-setup is now removed
16 lines
614 B
Plaintext
16 lines
614 B
Plaintext
--- configure.orig 2009-03-25 08:36:16.000000000 +0800
|
|
+++ configure 2009-12-27 14:42:27.000000000 +0800
|
|
@@ -30785,9 +30785,9 @@
|
|
|
|
{ $as_echo "$as_me:$LINENO: checking for qmake" >&5
|
|
$as_echo_n "checking for qmake... " >&6; }
|
|
- if test -f ${qt_dir}/bin/qmake ; then
|
|
- { $as_echo "$as_me:$LINENO: result: ${qt_dir}/bin/qmake" >&5
|
|
-$as_echo "${qt_dir}/bin/qmake" >&6; }
|
|
+ if test -f ${LOCALBASE}/bin/qmake ; then
|
|
+ { $as_echo "$as_me:$LINENO: result: ${LOCALBASE}/bin/qmake" >&5
|
|
+$as_echo "${LOCALBASE}/bin/qmake" >&6; }
|
|
have_qmake="yes"
|
|
else
|
|
{ $as_echo "$as_me:$LINENO: result: not found!" >&5
|