diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:55:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:55:47 +0000 |
commit | 5e99f4bcfab22c354dd592883afd0038d163c509 (patch) | |
tree | a634876c42adfb7d19c3861c8173896a7e1f0184 /x11-drivers | |
parent | a33aa552f70e564f52f34028824b585bce36dd1a (diff) |
- Bump PORTREVISION after xorg update
- While here remove 6.X gruft
Notes
Notes:
svn path=/head/; revision=269722
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-penmount/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/xf86-input-penmount/Makefile b/x11-drivers/xf86-input-penmount/Makefile index 5fa014b5d542..d67d1c7a7215 100644 --- a/x11-drivers/xf86-input-penmount/Makefile +++ b/x11-drivers/xf86-input-penmount/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-input-penmount PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,11 +16,5 @@ COMMENT= X.Org penmount input driver XORG_CAT= driver MAN4= penmount.4x -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |