From 055f496d1b0f96ea536b1631749470b1c1ec85c7 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Wed, 11 Jul 2007 21:08:48 +0000 Subject: [PATCH] - Use versions in dependencies correctly (bison>=2.1 --> bison2>=2.1). --- games/warzone2100/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 498a66d958ed..d2f77e95a75c 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.gna.org/warzone/releases/2.0/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Innovative 3D real-time strategy game -BUILD_DEPENDS= bison>=2.1:${PORTSDIR}/devel/bison2 \ +BUILD_DEPENDS= bison2>=2.1:${PORTSDIR}/devel/bison2 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \