diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-08 17:37:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-08 17:37:36 +0000 |
commit | a97d27b793138360395581a5e0cdd234d807faf1 (patch) | |
tree | 7a889ee5699b155c296e966612c247925c51efc9 /games/bubble-chains | |
parent | 617f4006756ef329142583c6c3be57fad18650ee (diff) |
Notes
Diffstat (limited to 'games/bubble-chains')
-rw-r--r-- | games/bubble-chains/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bubble-chains/Makefile b/games/bubble-chains/Makefile index be8d994629d7..f7a541e0b292 100644 --- a/games/bubble-chains/Makefile +++ b/games/bubble-chains/Makefile @@ -25,6 +25,7 @@ USE_XORG= xrandr USE_DOS2UNIX= *.pro *.cpp *.h *.ui *.ui *.rc *.htm *.dat *.css USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ corelib svg xml opengl network +QMAKEFLAGS= QMAKE_LFLAGS="-L${LOCALBASE}/lib -lX11 -lSDL-1.2" PORTDOCS= README |