aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-05-02 11:17:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-05-02 11:17:20 +0000
commit91348aa11da63636a2adfa3c791728bc392e0a4c (patch)
treec51ab518c886e2ea32365531560b52fe089773c0
parente4a56e48d471fef7f8a2c20fb7e4463af4e892d6 (diff)
downloadports-91348aa11da63636a2adfa3c791728bc392e0a4c.tar.gz
ports-91348aa11da63636a2adfa3c791728bc392e0a4c.zip
graphics/glew: Set x11 as maintainer
-rw-r--r--graphics/glew/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile
index 4734a7a427fa..84de63ce18d6 100644
--- a/graphics/glew/Makefile
+++ b/graphics/glew/Makefile
@@ -11,7 +11,7 @@ PATCH_SITES= https://github.com/nigels-com/${PORTNAME}/commit/
PATCHFILES+= 8e2e31e69bb6.patch:-p1 # https://github.com/nigels-com/glew/pull/329
PATCHFILES+= 062067f2bad8.patch:-p1 # https://github.com/nigels-com/glew/pull/330
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= x11@FreeBSD.org
COMMENT= OpenGL Extension Wrangler Library
LICENSE= MIT BSD3CLAUSE