diff options
Diffstat (limited to 'games/opensonic/Makefile')
-rw-r--r-- | games/opensonic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/opensonic/Makefile b/games/opensonic/Makefile index e02f18ed17a2..a2e7b7c62e0a 100644 --- a/games/opensonic/Makefile +++ b/games/opensonic/Makefile @@ -24,7 +24,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \ false USES= cmake -CMAKE_ENV+= _ALLEGRO_LIBS="`allegro-config --libs`" \ +CONFIGURE_ENV+= _ALLEGRO_LIBS="`allegro-config --libs`" \ _ALLEGRO_VERSION="`allegro-config --version`" CFLAGS+= -I${LOCALBASE}/include |