aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/pearpc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index 961a8b9b37da..fbd862e9ac88 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --disable-fpo
.if defined(WITH_QT)
CONFIGURE_ARGS+= --enable-gui=qt
USE_QT_VER= 3
+QTDIR?= ${X11BASE}
+CONFIGURE_ENV+= QTDIR="${QTDIR}"
.else
CONFIGURE_ARGS+= --enable-gui=nogui
.endif