diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 04:08:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 04:08:37 +0800 |
commit | 2a2954e065dab0d34d6a9048c55b43ee9bb3f7be (patch) | |
tree | a78b2728b853e04081a06af597807f0781c9ea02 /graphics/glfw/Makefile | |
parent | 293f5fd9cf290196301f2acf76e2c79a355c5b36 (diff) | |
download | freebsd-ports-gnome-2a2954e065dab0d34d6a9048c55b43ee9bb3f7be.tar.gz freebsd-ports-gnome-2a2954e065dab0d34d6a9048c55b43ee9bb3f7be.tar.zst freebsd-ports-gnome-2a2954e065dab0d34d6a9048c55b43ee9bb3f7be.zip |
- Use SF macro
- Get rid of USE_X_PREFIX.
PR: 121891
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
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} |