diff options
author | nia <nia@pkgsrc.org> | 2019-04-28 19:13:00 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-04-28 19:13:00 +0000 |
commit | fc06eaf63983a9ac9f37df2b12e6ea3a7bfd2f48 (patch) | |
tree | 5435ffa50f91d8f0ca42b8e39d0cf15d793379dc /games | |
parent | d014bceab93a3053d9b2a546db617db3c7b0e4f8 (diff) | |
download | pkgsrc-fc06eaf63983a9ac9f37df2b12e6ea3a7bfd2f48.tar.gz |
games/openttd: Depends on fluidsynth.
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 6e333fc61e8..7ba201b3dae 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2019/04/25 15:55:07 adam Exp $ +# $NetBSD: Makefile,v 1.78 2019/04/28 19:13:00 nia Exp $ DISTNAME= openttd-1.9.1-source PKGNAME= ${DISTNAME:S/-source//} @@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --without-osx-sysroot .include "../../archivers/lzo/buildlink3.mk" .include "../../archivers/xz/buildlink3.mk" +.include "../../audio/fluidsynth/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" |