diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-01 06:14:37 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-01 06:14:37 +0800 |
commit | 850281105c3c28b82670a40354a79837d4ecf65b (patch) | |
tree | 76b7419805032cc3cebad699a941b48a8d02b314 /emulators | |
parent | bf61e456737e5946247fbb1f8795d53e0942ff39 (diff) | |
download | freebsd-ports-gnome-850281105c3c28b82670a40354a79837d4ecf65b.tar.gz freebsd-ports-gnome-850281105c3c28b82670a40354a79837d4ecf65b.tar.zst freebsd-ports-gnome-850281105c3c28b82670a40354a79837d4ecf65b.zip |
- Unbreak WITH_QT
PR: ports/67421
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'emulators')
-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 |