aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-03-11 05:11:02 +0800
committerlofi <lofi@FreeBSD.org>2004-03-11 05:11:02 +0800
commit19c6235750510abed45bbacac00688c6c2ba90ca (patch)
treeed67926a8658c0dda1b0c2fe0fdffaf195fa3e2e /x11-toolkits
parente282cc585bca1d0d417f957eb83a2bd2fa393d89 (diff)
downloadfreebsd-ports-gnome-19c6235750510abed45bbacac00688c6c2ba90ca.tar.gz
freebsd-ports-gnome-19c6235750510abed45bbacac00688c6c2ba90ca.tar.zst
freebsd-ports-gnome-19c6235750510abed45bbacac00688c6c2ba90ca.zip
Instead of checking for the existence of spec directories, check for
the actual specfile to be present.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index a594efb721b4..973ac805b9a8 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -64,7 +64,7 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
# The new devel/qmake port installs them under LOCALBASE. We can use
# either one here, but we prefer the newer:
.for d in ${X11BASE} ${LOCALBASE} ${PREFIX}
-. if exists($d/share/qt/mkspecs/freebsd-g++)
+. if exists($d/share/qt/mkspecs/freebsd-g++/qplatformdefs.h)
QTBASE=$d
PLATFORM=${QTBASE}/share/qt/mkspecs/freebsd-g++
. endif