diff options
Diffstat (limited to 'games/springlobby/Makefile')
-rw-r--r-- | games/springlobby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 489bca5a785..7ceb2e017c2 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -3,7 +3,7 @@ PORTNAME= springlobby PORTVERSION= 0.143 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ @@ -12,7 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform lobby client for the Spring RTS project RUN_DEPENDS= spring:${PORTSDIR}/games/spring -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_BZIP2= yes USES= cmake |