diff options
Diffstat (limited to 'net-im/psi/Makefile')
-rw-r--r-- | net-im/psi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 8f50514bfff1..6217dff15f0c 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -20,7 +20,8 @@ HAS_CONFIGURE= yes USE_X_PREFIX= yes USE_BZIP2= yes USE_QT_VER= 3 -CONFIGURE_ENV= QTDIR=${X11BASE} +CONFIGURE_ENV= QTDIR=${X11BASE} \ + QMAKESPEC=${QT_PREFIX}/share/qt/mkspecs/freebsd-g++ CONFIGURE_ARGS= -p ${PREFIX} MAKE_ARGS+= QTDIR=${X11BASE} |