aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-01-29 05:16:10 +0800
committernemysis <nemysis@FreeBSD.org>2014-01-29 05:16:10 +0800
commita4cea8920c4a9dacaa9efc96f48761d5df8eaf34 (patch)
treebf699fa03ec6f8ffcd26c17cb19529c32b347075 /lang
parent2a16779af472e24177048501ed6ddb45f12efea1 (diff)
downloadfreebsd-ports-gnome-a4cea8920c4a9dacaa9efc96f48761d5df8eaf34.tar.gz
freebsd-ports-gnome-a4cea8920c4a9dacaa9efc96f48761d5df8eaf34.tar.zst
freebsd-ports-gnome-a4cea8920c4a9dacaa9efc96f48761d5df8eaf34.zip
- 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
Diffstat (limited to 'lang')
-rw-r--r--lang/io/Makefile2
-rw-r--r--lang/io/Makefile.addons2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile
index c0fa0aff20a5..51593d41043a 100644
--- a/lang/io/Makefile
+++ b/lang/io/Makefile
@@ -3,7 +3,7 @@
PORTNAME= io
PORTVERSION= 2011.09.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MAINTAINER= gahr@FreeBSD.org
diff --git a/lang/io/Makefile.addons b/lang/io/Makefile.addons
index 52be436d5820..083c41450c2d 100644
--- a/lang/io/Makefile.addons
+++ b/lang/io/Makefile.addons
@@ -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
#