diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-10-29 19:18:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-10-29 19:18:38 +0800 |
commit | 026e47310ed2a465a847b0071a3a7d2282b742ca (patch) | |
tree | cdb02b1deba58cfc17360ccd31592f7f0a5284c7 /graphics | |
parent | baefdaa66ae74d05df9d9b68d9e78d368155a38c (diff) | |
download | freebsd-ports-gnome-026e47310ed2a465a847b0071a3a7d2282b742ca.tar.gz freebsd-ports-gnome-026e47310ed2a465a847b0071a3a7d2282b742ca.tar.zst freebsd-ports-gnome-026e47310ed2a465a847b0071a3a7d2282b742ca.zip |
Unbreak
Diffstat (limited to 'graphics')
-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 |