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/f1spirit-remake | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'games/f1spirit-remake')
-rw-r--r-- | games/f1spirit-remake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/f1spirit-remake/Makefile b/games/f1spirit-remake/Makefile index cb7702c239b0..1e8c84f535a3 100644 --- a/games/f1spirit-remake/Makefile +++ b/games/f1spirit-remake/Makefile @@ -7,7 +7,7 @@ PORTNAME= f1spirit-remake PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games # Original braingames site is really slow MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ @@ -17,7 +17,7 @@ DISTNAME= f1spirit-linux MAINTAINER= amdmi3@FreeBSD.org COMMENT= Remake of classic F1 Spirit racing game -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_ZIP= yes USE_GMAKE= yes |