aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-31 22:14:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-31 22:14:37 +0000
commit850281105c3c28b82670a40354a79837d4ecf65b (patch)
tree76b7419805032cc3cebad699a941b48a8d02b314 /emulators/pearpc
parentbf61e456737e5946247fbb1f8795d53e0942ff39 (diff)
downloadports-850281105c3c28b82670a40354a79837d4ecf65b.tar.gz
ports-850281105c3c28b82670a40354a79837d4ecf65b.zip
- Unbreak WITH_QT
PR: ports/67421 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=110564
Diffstat (limited to 'emulators/pearpc')
-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