1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Use versions in dependencies correctly (bison>=2.1 --> bison2>=2.1).

This commit is contained in:
Alejandro Pulver 2007-07-11 21:08:48 +00:00
parent 2ef567fc67
commit 055f496d1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195438

View File

@ -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 \