diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-06 12:00:01 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-06 12:00:01 +0000 |
commit | 4cb2e4a8de5e8a1fc36a6bb4278fe66741a3212b (patch) | |
tree | 504a00d1e7806fc0d406a258a3d461393d3e75b0 /graphics/glfw | |
parent | fbc2c13312cfed29fa555ed6a753c07e5defce25 (diff) |
Notes
Diffstat (limited to 'graphics/glfw')
-rw-r--r-- | graphics/glfw/Makefile | 4 | ||||
-rw-r--r-- | graphics/glfw/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index 3f291b27e0c3..2fa95184e846 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glfw -PORTVERSION= 2.4.2 +PORTVERSION= 2.5.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,9 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ip@doom.homeunix.org COMMENT= A portable framework for OpenGL development +USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes ALL_TARGET= x11 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} do-configure: @(cd ${WRKSRC} && \ diff --git a/graphics/glfw/distinfo b/graphics/glfw/distinfo index f872313c48a4..3910ce10279e 100644 --- a/graphics/glfw/distinfo +++ b/graphics/glfw/distinfo @@ -1,2 +1,2 @@ -MD5 (glfw-2.4.2.tar.gz) = 1902cb8d56b78cd2b8c6df690ea76bcd -SIZE (glfw-2.4.2.tar.gz) = 620008 +MD5 (glfw-2.5.0.tar.bz2) = c6dffefbfbe4415c915851b09e76edd9 +SIZE (glfw-2.5.0.tar.bz2) = 645993 |