diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-04 22:14:03 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-04 22:14:03 +0000 |
commit | 58760ada9dff242219e3a87ee41a9a64d21c6978 (patch) | |
tree | 1ea10cc24dcdfd57be26acafd9f8fc7651fe6341 /graphics | |
parent | ef391045237354d740fc14995f76e1a0f4c39207 (diff) | |
download | ports-58760ada9dff242219e3a87ee41a9a64d21c6978.tar.gz ports-58760ada9dff242219e3a87ee41a9a64d21c6978.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libxatracker/Makefile | 1 | ||||
-rw-r--r-- | graphics/mesa-libs/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libxatracker/Makefile b/graphics/libxatracker/Makefile index 6ad1260e853b..bcf27207f284 100644 --- a/graphics/libxatracker/Makefile +++ b/graphics/libxatracker/Makefile @@ -3,6 +3,7 @@ PORTNAME= libxatracker PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Mesa XA state tracker diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 39edb7cca692..da4893d91335 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -3,7 +3,7 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients |