diff options
Diffstat (limited to 'games/openttd/Makefile')
-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 e107284d328..dd04207c056 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/08/10 13:28:37 abs Exp $ +# $NetBSD: Makefile,v 1.16 2006/08/22 15:27:03 joerg Exp $ DISTNAME= openttd-0.4.8-RC2-source PKGNAME= openttd-0.4.8rc2 @@ -43,4 +43,5 @@ do-install: .include "../../graphics/png/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |