diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
commit | d594ccc94ffa1006a70e7762de037c800e827b24 (patch) | |
tree | acb2244a21cfbea5c6e08351de94411bf3cb322a /x11-drivers/xf86-video-s3/Makefile | |
parent | 0c4a162c976c91f8789cd750fa2dd434fa12864d (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-s3/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-s3/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-s3/Makefile b/x11-drivers/xf86-video-s3/Makefile index 49b4bc669602..5397647eaeb4 100644 --- a/x11-drivers/xf86-video-s3/Makefile +++ b/x11-drivers/xf86-video-s3/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-s3 PORTVERSION= 0.6.3 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +17,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= s3.4x -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |