diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-18 10:51:01 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-18 10:51:01 +0000 |
commit | 23ee2a7d628e74980199fb95b27ce242a5f718a6 (patch) | |
tree | ce0de1d0b7bda5eb762e64fe58300177d350898c /games | |
parent | b95ee05497bd32b93280aec9b333ab635f3d381e (diff) | |
download | ports-23ee2a7d628e74980199fb95b27ce242a5f718a6.tar.gz ports-23ee2a7d628e74980199fb95b27ce242a5f718a6.zip |
Notes
Diffstat (limited to 'games')
-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 |