diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-22 12:55:11 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-22 12:55:11 +0000 |
commit | 2e206d8fad4d6aa3091a7410aba9abe1a3a41278 (patch) | |
tree | 919f256f5d4152f9ba2438b4a3cc82a91d4707c6 /graphics/fracplanet | |
parent | 5898d7df5c5c0c4c33faa934a38001e755f6d900 (diff) |
- Pass QMAKE_ARGS to qmake
Approved by: portmgr (blanket approval)
Notes
Notes:
svn path=/head/; revision=334587
Diffstat (limited to 'graphics/fracplanet')
-rw-r--r-- | graphics/fracplanet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index 5ea85ec85a3d..055f17ac4654 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -59,6 +59,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ ${WRKSRC}/${f} .endfor + @${REINPLACE_CMD} -e 's|qmake-qt4|${QMAKE} ${QMAKE_ARGS}|' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lboost_program_options|-lboost_program_options -lGLU|' \ ${WRKSRC}/fracplanet.pro |