diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-09-03 22:12:51 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-09-03 22:12:51 +0000 |
commit | 97b4e7a649972e98bc31dd9b1b5ea2934ac3707e (patch) | |
tree | 7fd9ee2a4cff89bfc45ae738dafbc05096154ed6 /x11-servers/XFree86-4-VirtualFramebufferServer | |
parent | Fix a build problem when WITH_XINE is used. (diff) |
Fixes for potential integer overflows in font libraries.
Obtained from: XFree86 CVS
Diffstat (limited to 'x11-servers/XFree86-4-VirtualFramebufferServer')
-rw-r--r-- | x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index d0f8988314e9..a72650dde4a5 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -7,7 +7,7 @@ PORTNAME= VirtualFramebufferServer PORTVERSION= 4.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} |