- Fix graphics/glfw2 dependency due to recent commit

devel/ChipmunkPhysics

- Bump PORTREVISION for dependency change

games/pink-pony

- Bump PORTREVISION for dependency change

games/sea-defender

- Bump PORTREVISION for dependency change

lang/io

- Bump PORTREVISION for dependency change
This commit is contained in:
Rusmir Dusko 2014-01-28 21:16:10 +00:00
parent 40d5080c51
commit e1f5d1e557
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341656
5 changed files with 6 additions and 5 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= ChipmunkPhysics
PORTVERSION= 6.2.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \
http://files.slembcke.net/chipmunk/release/Chipmunk-6.x/ \
@ -29,7 +30,7 @@ PORTEXAMPLES= *.c *.h
.if ${PORT_OPTIONS:MDEMOS}
USE_GL= glew
LIB_DEPENDS+= libglfw.so:${PORTSDIR}/graphics/glfw
LIB_DEPENDS+= libglfw.so:${PORTSDIR}/graphics/glfw2
PLIST_SUB+= DEMOS=""
.else
CMAKE_ARGS= -DBUILD_DEMOS=OFF

View file

@ -14,7 +14,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \
libprotobuf.so:${PORTSDIR}/devel/protobuf \
libglfw.so:${PORTSDIR}/graphics/glfw \
libglfw.so:${PORTSDIR}/graphics/glfw2 \
libHalf.so:${PORTSDIR}/graphics/ilmbase \
libftgl.so:${PORTSDIR}/graphics/ftgl \
libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20

View file

@ -15,7 +15,7 @@ COMMENT= Simple missile command clone
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/lib/libglfw.a:${PORTSDIR}/graphics/glfw
BUILD_DEPENDS= ${LOCALBASE}/lib/libglfw.a:${PORTSDIR}/graphics/glfw2
USE_GITHUB= yes
GH_ACCOUNT= snoutmate

View file

@ -3,7 +3,7 @@
PORTNAME= io
PORTVERSION= 2011.09.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MAINTAINER= gahr@FreeBSD.org

View file

@ -120,7 +120,7 @@ LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
# GLFW
#
.if ${PORT_OPTIONS:MGLFW}
LIB_DEPENDS+= libglfw.so.0:${PORTSDIR}/graphics/glfw
LIB_DEPENDS+= libglfw.so.0:${PORTSDIR}/graphics/glfw2
.endif
#