Fix Build by defining QTDIR
Reported by: pointyhat
This commit is contained in:
parent
8d0ef69029
commit
ca3fb51c72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122611
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ USE_QT_VER= 3
|
|||
QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
||||
QMAKE?= qmake
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ENV= QTDIR="${QT_PREFIX}"
|
||||
|
||||
do-configure:
|
||||
${REINPLACE_CMD} -e "s,/usr/local/share/games/qnetwalk,${DATADIR}," ${WRKSRC}/qnetwalk.pro
|
||||
|
|
Loading…
Reference in a new issue