aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-demos
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-04-17 20:34:53 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-04-17 20:34:53 +0000
commitce0f9565419117b7241f60e44313863856d8267a (patch)
tree6fa98799e43535ceab5e5e696806240b033d6e29 /graphics/mesa-demos
parentc05ed42ed8f15f026c15f404cabb0399a6286b36 (diff)
downloadports-ce0f9565419117b7241f60e44313863856d8267a.tar.gz
ports-ce0f9565419117b7241f60e44313863856d8267a.zip
Notes
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r--graphics/mesa-demos/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile
index db35f4d57764..a6d94d70a662 100644
--- a/graphics/mesa-demos/Makefile
+++ b/graphics/mesa-demos/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mesa-demos
PORTVERSION= 8.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
DISTFILES= mesa-demos-${PORTVERSION}${EXTRACT_SUFX}
@@ -19,7 +19,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-egl --disable-gles2 --disable-wayland \
- --disable-gbm --disable-vg --disable-osmesa
+ --disable-gbm --disable-vg --disable-osmesa \
+ --with-system-data-files
DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}