diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-21 05:39:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-21 05:39:29 +0000 |
commit | 358d3928658f845873e5a55bd52937b8f142d330 (patch) | |
tree | f4e03747a25c95c9522b3f0a7afefea08f5dcfdc /games/openttd | |
parent | 4518526ceacb82dcf2dd46aeea57caa4c60c14d6 (diff) | |
download | ports-358d3928658f845873e5a55bd52937b8f142d330.tar.gz ports-358d3928658f845873e5a55bd52937b8f142d330.zip |
Notes
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 0c8e953d2f2b..0f442da165c6 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ lzo2:${PORTSDIR}/archivers/lzo2 -USES= gmake +USES= gmake pkgconfig USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" @@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --with-midi-arg="${WITH_MIDI_PLAYER_ARGS}" .endif .if defined(WITH_DEDICATED_SERVER_ONLY) -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 |