diff options
Diffstat (limited to 'x11-drivers/xf86-video-neomagic/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-neomagic/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-drivers/xf86-video-neomagic/Makefile b/x11-drivers/xf86-video-neomagic/Makefile index 8fef841fa9f5..17a2a42b3b79 100644 --- a/x11-drivers/xf86-video-neomagic/Makefile +++ b/x11-drivers/xf86-video-neomagic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-neomagic -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto xf86dgaproto MAN4= neomagic.4x -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |