summaryrefslogtreecommitdiff
path: root/x11/xinput
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-07 11:57:28 +0000
committerwiz <wiz@pkgsrc.org>2018-03-07 11:57:28 +0000
commit9fe6230d558daa8fd4473f51099dfade5ab9769e (patch)
tree3774260289d579d3aed9804481587d8f5aafc045 /x11/xinput
parentb453d2e678a282d0b13c68db2d1955015196722a (diff)
downloadpkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'x11/xinput')
-rw-r--r--x11/xinput/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile
index 991e91bbcc9..fd67a4e833f 100644
--- a/x11/xinput/Makefile
+++ b/x11/xinput/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2015/10/19 22:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/07 11:57:46 wiz Exp $
DISTNAME= xinput-1.6.2
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
@@ -12,11 +13,9 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
-BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.6
-.include "../../x11/inputproto/buildlink3.mk"
+.include "../../x11/xorgproto/buildlink3.mk"
BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"