diff options
Diffstat (limited to 'x11-drivers/xf86-video-voodoo/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-voodoo/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile index 5cc2a7d0d85d..a6df42353901 100644 --- a/x11-drivers/xf86-video-voodoo/Makefile +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: xf86-video-voodoo -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xf86-video-voodoo -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 PORTREVISION= 1 CATEGORIES= x11-drivers @@ -14,7 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org voodoo display driver XORG_CAT= driver -USE_XORG= xf86dgaproto xextproto videoproto +USE_XORG= xf86dgaproto MAN4= voodoo.4x .include <bsd.port.mk> |