diff options
Diffstat (limited to 'x11-drivers/xf86-video-r128/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-r128/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-r128/Makefile b/x11-drivers/xf86-video-r128/Makefile index 14a78b324e82..8878a88258aa 100644 --- a/x11-drivers/xf86-video-r128/Makefile +++ b/x11-drivers/xf86-video-r128/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: xf86-video-r128 -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xf86-video-r128 -PORTVERSION= 6.8.1 +PORTVERSION= 6.8.4 PORTREVISION= 3 CATEGORIES= x11-drivers @@ -15,7 +10,7 @@ COMMENT= X.Org r128 display driver USE_GL= gl XORG_CAT= driver -USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto +USE_XORG= glproto xf86driproto xf86miscproto xineramaproto MAN4= r128.4x .include <bsd.port.mk> |