diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:55:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:55:05 +0000 |
commit | 992c579c4fe130b325d4adaa3818d24c39ba0a3b (patch) | |
tree | 9ca28fc93c9e5eefd66428678bd8d534fbd1fd88 /games/openttd | |
parent | 894a8184cec3a9ba1ae9f668d91c5ed71275ae57 (diff) |
Notes
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 8268e527f667..98cdb2f3c6b2 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --with-midi-arg="${WITH_MIDI_PLAYER_ARGS}" .endif .if defined(WITH_DEDICATED_SERVER_ONLY) -USE_GNOME= pkgconfig # Needed for liblzma support +USES+= pkgconfig # Needed for liblzma support CONFIGURE_ARGS+= --enable-dedicated # Aid it to find lzo2 headers; client build gets it via sdl-config CFLAGS+= -I${LOCALBASE}/include |