diff options
-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 |