diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 22:53:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 22:53:16 +0800 |
commit | f756ac760325d60ff64f8c339ff5ee2b119c39dd (patch) | |
tree | 9c274a6bc8b79ce0e6723502eceb6351ca1f5784 /x11-drivers | |
parent | f582456c785e63633e8597b76b4a2f24aeac7410 (diff) | |
download | freebsd-ports-gnome-f756ac760325d60ff64f8c339ff5ee2b119c39dd.tar.gz freebsd-ports-gnome-f756ac760325d60ff64f8c339ff5ee2b119c39dd.tar.zst freebsd-ports-gnome-f756ac760325d60ff64f8c339ff5ee2b119c39dd.zip |
Convert to USES=metaport
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xorg-drivers/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index 185cb86024df..e1ad85ad51a5 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -4,9 +4,6 @@ PORTNAME= xorg-drivers PORTVERSION= 7.7 PORTREVISION= 3 CATEGORIES= x11-drivers -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org drivers meta-port @@ -14,9 +11,7 @@ COMMENT= X.org drivers meta-port VIDEODIR= ${PREFIX}/lib/xorg/modules/drivers INPUTDIR= ${PREFIX}/lib/xorg/modules/input -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport INPUT_DRIVERS= mouse \ keyboard \ |