diff options
Diffstat (limited to 'x11-drivers/xf86-video-tdfx/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-tdfx/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-tdfx/Makefile b/x11-drivers/xf86-video-tdfx/Makefile index 070a516d622c..9e80c3b636ab 100644 --- a/x11-drivers/xf86-video-tdfx/Makefile +++ b/x11-drivers/xf86-video-tdfx/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-tdfx PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,10 +19,4 @@ XORG_CAT= driver USE_XORG= xf86driproto videoproto xextproto glproto MAN4= tdfx.4x -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |