diff options
Diffstat (limited to 'x11-drivers/xf86-video-tga/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-tga/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-tga/Makefile b/x11-drivers/xf86-video-tga/Makefile index 1a4babb..5acd2d1 100644 --- a/x11-drivers/xf86-video-tga/Makefile +++ b/x11-drivers/xf86-video-tga/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-tga PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +16,4 @@ COMMENT= X.Org tga display driver XORG_CAT= driver USE_XORG= videoproto xextproto xf86dgaproto -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |