diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-03 19:02:01 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-03 19:02:01 +0000 |
commit | e8809ccea14a049d95fb1bc46962cf854525e8cb (patch) | |
tree | 56f87e5b70116815d7bc78c177b43ae1203b2980 /graphics | |
parent | 810a1bd99200f123c4fa4c12f338d031a9ce7e71 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libGL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index ec5e7da2c4cd..c16ac0020fad 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -6,6 +6,7 @@ PORTVERSION= ${MESAVERSION} PORTREVISION= 4 CATEGORIES= graphics +MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL library that renders using GLX or DRI LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \ |