aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-21 20:56:29 +0800
committerpav <pav@FreeBSD.org>2007-07-21 20:56:29 +0800
commitcd5c7519d203eda6b3098c5b62f0bece2543a394 (patch)
tree41a19099c183c96089f0cf2defbcf98028c80b7f /games
parent693c1d5bc15788a6e33279aa1c1bc1e50b01833a (diff)
downloadfreebsd-ports-gnome-cd5c7519d203eda6b3098c5b62f0bece2543a394.tar.gz
freebsd-ports-gnome-cd5c7519d203eda6b3098c5b62f0bece2543a394.tar.zst
freebsd-ports-gnome-cd5c7519d203eda6b3098c5b62f0bece2543a394.zip
- Correct dependency on bison2
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r--games/warzone2100/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index d2f77e95a75c..21e729257935 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= bison2>=2.1:${PORTSDIR}/devel/bison2 \
+BUILD_DEPENDS= bison<1,1:${PORTSDIR}/devel/bison2 \
zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \