aboutsummaryrefslogtreecommitdiff
path: root/graphics/ffff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-25 22:48:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-25 22:48:54 +0000
commit911e1ec7e454675ddab6c18d695117024afda53f (patch)
tree4cb5c611fe3fb21c2691bfade579bdf2a1e6708f /graphics/ffff
parent0ffb77b2854e4a033db3dffe57056f1ec625228f (diff)
downloadports-911e1ec7e454675ddab6c18d695117024afda53f.tar.gz
ports-911e1ec7e454675ddab6c18d695117024afda53f.zip
- Fix build after xorg cleanup
Submitted by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=211988
Diffstat (limited to 'graphics/ffff')
-rw-r--r--graphics/ffff/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ffff/Makefile b/graphics/ffff/Makefile
index c412f020e819..9373d8793047 100644
--- a/graphics/ffff/Makefile
+++ b/graphics/ffff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ffff
PORTVERSION= 323
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SFE
DISTNAME= FFFF${PORTVERSION}-src
@@ -15,17 +15,17 @@ DISTNAME= FFFF${PORTVERSION}-src
MAINTAINER= rossiya@gmail.com
COMMENT= A fast mandelbrot fractal generator
-
+USE_XORG= x11 xmu xext
USE_DOS2UNIX= yes
-USE_GL= glut
+USE_GL= gl glut
USE_ZIP= yes
SOURCE= FFFF3 FragmentProgram FragmentProgramARB10 GPUProgram \
PixelBuffer VertexProgram VertexProgramATI VertexProgramNV \
extensions vpext
-CXXFLAGS+= -I${LOCALBASE}/include/GL ${PTHREAD_CFLAGS} \
- -D__linux__
+CXXFLAGS+= -I${LOCALBASE}/include/GL -D__linux__ -I${LOCALBASE}/include/ \
+ ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lglut -lGL -lXext -lX11 -lXmu \
-lGLU -lm