diff options
author | pav <pav@FreeBSD.org> | 2011-03-24 07:59:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-24 07:59:10 +0800 |
commit | 5cf54299b83c7ec7111f808c236c47b52fc0c437 (patch) | |
tree | dc3d20274a95316f920a2d028d0bb96e0a315131 /games | |
parent | 54341413b30e31ee5160620138365dd5bae23298 (diff) | |
download | freebsd-ports-graphics-5cf54299b83c7ec7111f808c236c47b52fc0c437.tar.gz freebsd-ports-graphics-5cf54299b83c7ec7111f808c236c47b52fc0c437.tar.zst freebsd-ports-graphics-5cf54299b83c7ec7111f808c236c47b52fc0c437.zip |
- Chase protobuf update
Reported by: pointyhat
Pointy hat to: vanilla
Diffstat (limited to 'games')
-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 4768c39e71f..fd254e969f9 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 \ |