diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-28 21:16:10 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-28 21:16:10 +0000 |
commit | e1f5d1e557ebdebe8c6f0e5c49728176fda98dc2 (patch) | |
tree | bf699fa03ec6f8ffcd26c17cb19529c32b347075 /lang | |
parent | 40d5080c5156f1563f56ebbfd853e733604563f8 (diff) | |
download | ports-e1f5d1e557ebdebe8c6f0e5c49728176fda98dc2.tar.gz ports-e1f5d1e557ebdebe8c6f0e5c49728176fda98dc2.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/io/Makefile | 2 | ||||
-rw-r--r-- | lang/io/Makefile.addons | 2 |
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 # |