diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-23 23:59:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-23 23:59:10 +0000 |
commit | 435485fd477a13392ec06e7997b5349c855a81ee (patch) | |
tree | 5dbfdfe2216ed29399ad85ce89bac9af81b6af9d /games/pink-pony | |
parent | 69dfe3bf35458620332abf830fad65378a16b9e6 (diff) | |
download | ports-435485fd477a13392ec06e7997b5349c855a81ee.tar.gz ports-435485fd477a13392ec06e7997b5349c855a81ee.zip |
Notes
Diffstat (limited to 'games/pink-pony')
-rw-r--r-- | games/pink-pony/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index 4768c39e71fd..fd254e969f9f 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -7,7 +7,7 @@ PORTNAME= pink-pony PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -16,7 +16,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tron-like multiplayer racing game LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - protobuf.6:${PORTSDIR}/devel/protobuf \ + protobuf.7:${PORTSDIR}/devel/protobuf \ glfw.0:${PORTSDIR}/graphics/glfw \ Half.6:${PORTSDIR}/graphics/ilmbase \ ftgl.2:${PORTSDIR}/graphics/ftgl \ |