diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-26 00:55:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-26 00:55:47 +0800 |
commit | 7f54ec340bba283c916efa87867a46d041fe06e3 (patch) | |
tree | 5c1af751565c44186f8c59f86c28a8467ff9dff4 /x11-drivers | |
parent | ca1615f05f28c9663b5b0d37451a2cb2398041be (diff) | |
download | freebsd-ports-gnome-7f54ec340bba283c916efa87867a46d041fe06e3.tar.gz freebsd-ports-gnome-7f54ec340bba283c916efa87867a46d041fe06e3.tar.zst freebsd-ports-gnome-7f54ec340bba283c916efa87867a46d041fe06e3.zip |
- Bump PORTREVISION after xorg update
- While here remove 6.X gruft
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> |