aboutsummaryrefslogtreecommitdiff
path: root/graphics/libepoxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libepoxy/Makefile')
-rw-r--r--graphics/libepoxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile
index f36c2b5691b3..83446baeaf4a 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libepoxy
-PORTVERSION= 1.5.4
+PORTVERSION= 1.5.7
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
@@ -8,11 +8,12 @@ COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gl localbase meson pkgconfig python:3.3+,build
+USES= gl localbase meson pkgconfig python:3.6+,build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= anholt
USE_GL= glesv2 egl
USE_LDCONFIG= yes
+SHEBANG_FILES= src/gen_dispatch.py
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT= X11
@@ -22,6 +23,5 @@ X11_USES= xorg
X11_USE= GL=gl XORG=x11
X11_MESON_YES= glx
X11_MESON_TRUE= x11
-X11_CFLAGS_OFF= -DEGL_NO_X11
.include <bsd.port.mk>