diff options
Diffstat (limited to 'devel/esvn/Makefile')
-rw-r--r-- | devel/esvn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/esvn/Makefile b/devel/esvn/Makefile index 22ce063b8d82..2097bfa17b37 100644 --- a/devel/esvn/Makefile +++ b/devel/esvn/Makefile @@ -30,8 +30,8 @@ USE_QT_VER= 3 USE_GMAKE= yes USE_X_PREFIX= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -CONFIGURE_ARGS= --qtdir=${X11BASE} -MAKE_ARGS+= QTDIR=${X11BASE} \ +CONFIGURE_ARGS= --qtdir=${QT_PREFIX} +MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ .include <bsd.port.pre.mk> |