diff options
Diffstat (limited to 'graphics/glfw/Makefile')
-rw-r--r-- | graphics/glfw/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index 07b34c2dcd12..e1f0fe06fee9 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -7,16 +7,15 @@ PORTNAME= glfw PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A portable framework for OpenGL development USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XORG= x11 xxf86vm xext USE_GL= yes ALL_TARGET= x11 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |