diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /emulators/pearpc | |
parent | - Update to 0.39 (diff) |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
Notes
Notes:
svn path=/head/; revision=185058
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index d8178a622622..43af87b40d1e 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --disable-fpo #.if defined(WITH_QT) #CONFIGURE_ARGS+= --enable-ui=qt #USE_QT_VER= 3 -#QTDIR?= ${X11BASE} +#QTDIR?= ${QT_PREFIX} #CONFIGURE_ENV+= QTDIR="${QTDIR}" #.else #CONFIGURE_ARGS+= --enable-ui=nogui |