diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-05-01 00:29:36 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-05-01 00:29:36 +0000 |
commit | c43208c7bd23d97a51f19b6fa048a85534792d81 (patch) | |
tree | f7d4e263be3c58448908d48ae14204f1f2b65f77 /graphics/mesa-demos/Makefile | |
parent | c075af27439a3c06b0bf18d1f8ad47bf6b1898eb (diff) |
Notes
Diffstat (limited to 'graphics/mesa-demos/Makefile')
-rw-r--r-- | graphics/mesa-demos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index a775c0d9fe9e..0e94c9b8bdfe 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= demos -PORTVERSION= 6.5.2 +PORTVERSION= 6.5.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mesa3d/ @@ -14,7 +14,7 @@ PKGNAMEPREFIX= mesa- DISTFILES= MesaDemos-${PORTVERSION}${EXTRACT_SUFX} \ MesaLib-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut |