diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
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 |