From b6bb1792fb6ad0c1390431a8a8deab52e5f79a71 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 28 Jun 2011 11:55:51 +0000 Subject: [PATCH] add missing build depends. spotted by robert@ --- games/scorched3d/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 3d4bc6d910f..081c93699ef 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -1,4 +1,4 @@ - # $OpenBSD: Makefile,v 1.4 2011/06/25 18:43:07 jasper Exp $ + # $OpenBSD: Makefile,v 1.5 2011/06/28 11:55:51 jasper Exp $ COMMENT = modernization of the classic DOS game Scorched Earth @@ -24,6 +24,8 @@ WANTLIB += wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext wx_gtk2_xrc MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=scorched3d/} +BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ + ${MODGNU_AUTOMAKE_DEPENDS} LIB_DEPENDS = audio/openal \ audio/libvorbis \ audio/freealut \