mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- 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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= io
|
||||
PORTVERSION= 2011.09.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue