diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-17 20:34:53 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-17 20:34:53 +0000 |
commit | ce0f9565419117b7241f60e44313863856d8267a (patch) | |
tree | 6fa98799e43535ceab5e5e696806240b033d6e29 /graphics/mesa-demos | |
parent | c05ed42ed8f15f026c15f404cabb0399a6286b36 (diff) | |
download | ports-ce0f9565419117b7241f60e44313863856d8267a.tar.gz ports-ce0f9565419117b7241f60e44313863856d8267a.zip |
Notes
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r-- | graphics/mesa-demos/Makefile | 5 |
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} |