diff options
author | makc <makc@FreeBSD.org> | 2013-11-23 00:52:48 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-23 00:52:48 +0800 |
commit | c8c272b169d5cd18ec412b66dfcfc7d7941f637d (patch) | |
tree | 3e7b82cc43db913018de1d55749eb3233f3af97a | |
parent | 99450f48e082d4fcb0d1e0adad18505706f14662 (diff) | |
download | freebsd-ports-gnome-c8c272b169d5cd18ec412b66dfcfc7d7941f637d.tar.gz freebsd-ports-gnome-c8c272b169d5cd18ec412b66dfcfc7d7941f637d.tar.zst freebsd-ports-gnome-c8c272b169d5cd18ec412b66dfcfc7d7941f637d.zip |
Pass QMAKE_ARGS to qmake
-rw-r--r-- | games/djgame2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile index 11c2aac57e4b..8432b5044292 100644 --- a/games/djgame2/Makefile +++ b/games/djgame2/Makefile @@ -28,7 +28,7 @@ post-patch: ${WRKSRC}/Base/src/PlayWave.cpp @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ ${WRKSRC}/make_linux_output - @${REINPLACE_CMD} -e 's|qmake|${QMAKE}|' \ + @${REINPLACE_CMD} -e 's|qmake|${QMAKE} ${QMAKE_ARGS}|' \ ${WRKSRC}/make_linux_output @${ECHO_CMD} "INCLUDEPATH += ${LOCALBASE}/include" \ >> ${WRKSRC}/Base/Base.pro |