diff options
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index c005f5907f55..03f06fe99a86 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-radeonhd PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -40,8 +40,4 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin .endif -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - .include <bsd.port.post.mk> |