svn commit: r384183 - head/graphics/mesa-demos
Jung-uk Kim
jkim at FreeBSD.org
Fri Apr 17 20:34:54 UTC 2015
Author: jkim
Date: Fri Apr 17 20:34:53 2015
New Revision: 384183
URL: https://svnweb.freebsd.org/changeset/ports/384183
Log:
Properly set the data directory.
Modified:
head/graphics/mesa-demos/Makefile
Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile Fri Apr 17 20:28:00 2015 (r384182)
+++ head/graphics/mesa-demos/Makefile Fri Apr 17 20:34:53 2015 (r384183)
@@ -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}
More information about the svn-ports-all
mailing list