diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /games/bzflag | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) |
Chase the ftp/curl shlib version bump.
Notes
Notes:
svn path=/head/; revision=252125
Diffstat (limited to 'games/bzflag')
-rw-r--r-- | games/bzflag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index f4aa986978c3..fc3a5ae4c2a7 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -7,13 +7,14 @@ PORTNAME= bzflag PORTVERSION= 2.0.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} MAINTAINER= chuck@pkix.net COMMENT= A multiplayer 3D tank battle game -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_SDL= yes |