mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Fix yet another Qmake breakage.
This commit is contained in:
parent
cf86be3b29
commit
32b2a5ea38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99510
@ -57,7 +57,7 @@ do-configure:
|
||||
.endif
|
||||
@(cd ${WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} PREFIX=${PREFIX} \
|
||||
qmake -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ mango.pro)
|
||||
qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ mango.pro)
|
||||
|
||||
pre-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mango ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user