diff options
author | gerald <gerald@FreeBSD.org> | 2014-09-12 08:01:23 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-09-12 08:01:23 +0800 |
commit | 174cbd5d77e118c39304830c2ef3c46e5a13a875 (patch) | |
tree | aafb5fb1fc2a608850f63aa643b497b19379ba1c /graphics | |
parent | 1e144243679c34477fa5a08614eaf37f2a9d551a (diff) | |
download | freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.tar.gz freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.tar.zst freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.zip |
Fix the PORTREVISION bump for the lang/gcc update that went badly for
ports (x11-drivers plus graphics/libGL plus x11-servers/xorg-server)
that handle PORTREVISION in a creative manner hardly lending itself
to any form of automated bumping.
PR: 192025
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libGL/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 9b0a4bc95d22..a54845e8a619 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -3,7 +3,7 @@ PORTNAME= libGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= ${LIBGLREVISION} CATEGORIES= graphics COMMENT= OpenGL library that renders using GLX or DRI @@ -19,10 +19,10 @@ SUB_FILES= pkg-install pkg-deinstall .include <bsd.port.options.mk> .if defined(WITH_NEW_XORG) -LIBGLREVISION= 1 +LIBGLREVISION= 2 LIB_DEPENDS+= libglapi.so:${PORTSDIR}/graphics/libglapi .else -LIBGLREVISION= 4 +LIBGLREVISION= 5 .endif .include "${.CURDIR}/bsd.mesalib.mk" |