diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 22:14:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 22:14:37 +0000 |
commit | 850281105c3c28b82670a40354a79837d4ecf65b (patch) | |
tree | 76b7419805032cc3cebad699a941b48a8d02b314 /emulators/pearpc | |
parent | - Update to 0.2.1 (diff) |
- Unbreak WITH_QT
PR: ports/67421
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 2 |
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 |