aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/pearpc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-01 06:14:37 +0800
committerpav <pav@FreeBSD.org>2004-06-01 06:14:37 +0800
commit460df9ccfb92b2606f6aae199b81048c2297a2a1 (patch)
treeff88b3ce5c169ca7fba66cabd201ea2928ebb006 /emulators/pearpc
parente8ab9934b54b8fd6cdc37ac175bb7d2f5a6bec2b (diff)
downloadfreebsd-ports-graphics-460df9ccfb92b2606f6aae199b81048c2297a2a1.tar.gz
freebsd-ports-graphics-460df9ccfb92b2606f6aae199b81048c2297a2a1.tar.zst
freebsd-ports-graphics-460df9ccfb92b2606f6aae199b81048c2297a2a1.zip
- Unbreak WITH_QT
PR: ports/67421 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
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 961a8b9b37d..fbd862e9ac8 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