diff options
Diffstat (limited to 'games/blockout/Makefile')
-rw-r--r-- | games/blockout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index 1ff1d2a9913c..25b412434649 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -19,7 +19,7 @@ USE_SDL= mixer sdl USES= gmake dos2unix DOS2UNIX_FILES= ${WRKSRC}/ImageLib/src/gif/gif.h \ ${WRKSRC}/ImageLib/src/gif/gif.cpp ${WRKSRC}/BlockOut/*.cpp -LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib +LIB_DEPENDS+= libasound.so:audio/alsa-lib USE_GL= gl glu WRKSRC= ${WRKDIR}/BL_SRC |