diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-10-29 11:18:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-10-29 11:18:38 +0000 |
commit | 62379cda5936bd31b30cf21a530b1c87e2c02389 (patch) | |
tree | f83496fa67d24f1a3f1c1570c0c3f5cc8d9102c7 | |
parent | a4f21c6be1ead187ccb807b4d7ac8c9f429d1fe6 (diff) | |
download | ports-62379cda5936bd31b30cf21a530b1c87e2c02389.tar.gz ports-62379cda5936bd31b30cf21a530b1c87e2c02389.zip |
Notes
-rw-r--r-- | graphics/mesa-demos/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 3911fa1466e6..861d75504a71 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -8,15 +8,12 @@ PORTNAME= demos PORTVERSION= ${MESAVERSION} CATEGORIES= graphics +MASTER_SITES= CRITICAL/mesa3d:mesa,glut,demos PKGNAMEPREFIX= mesa- MAINTAINER= c.petrik.sosa@gmail.com COMMENT= OpenGL demos distributed with Mesa -.if !defined(WITHOUT_NOUVEAU) -BROKEN= does not fetch -.endif - USE_GL= glu glut USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto |