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-input-hyperpen/Makefile | |
parent | 0c4a162c976c91f8789cd750fa2dd434fa12864d (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-hyperpen/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index aca1b54e0a10..5a13b5284dc8 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-input-hyperpen PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,11 +15,4 @@ COMMENT= X.Org hyperpen input driver XORG_CAT= driver -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> - +.include <bsd.port.mk> |