diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2010-01-17 05:07:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2010-01-17 05:07:37 +0000 |
commit | e4da7bce47aaaaa4cc819d34f9ffde325e6481fb (patch) | |
tree | 54f19f79fc19cce92db7f73cc27488b1c74c6c0d /games/pink-pony | |
parent | 3d69ff8f5d7393dc7f7576033fd9fecd26031018 (diff) | |
download | ports-e4da7bce47aaaaa4cc819d34f9ffde325e6481fb.tar.gz ports-e4da7bce47aaaaa4cc819d34f9ffde325e6481fb.zip |
Notes
Diffstat (limited to 'games/pink-pony')
-rw-r--r-- | games/pink-pony/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index ac991287814f..1475504b559e 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -7,6 +7,7 @@ PORTNAME= pink-pony PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +16,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tron-like multiplayer racing game LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - protobuf.4:${PORTSDIR}/devel/protobuf \ + protobuf.6:${PORTSDIR}/devel/protobuf \ glfw.0:${PORTSDIR}/graphics/glfw \ Half.6:${PORTSDIR}/graphics/ilmbase \ ftgl.2:${PORTSDIR}/graphics/ftgl \ |