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