diff options
Diffstat (limited to 'games/atr3d/Makefile')
-rw-r--r-- | games/atr3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 83c018f1c4f0..675dfd2c8ec8 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ glut.4:${PORTSDIR}/graphics/libglut \ alut.1:${PORTSDIR}/audio/freealut -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config WRKSRC= ${WRKDIR}/${PORTNAME} |