diff options
author | wiz <wiz@pkgsrc.org> | 2019-11-24 21:57:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-11-24 21:57:31 +0000 |
commit | 2ca03aee8d5f82ecd66ba81ea525acc60556121c (patch) | |
tree | afb2894b4c6fdf2b9b1ba0969674451d1e89a54d /x11 | |
parent | e9bb55b95bb8ba883af48e4463502d81af737760 (diff) | |
download | pkgsrc-2ca03aee8d5f82ecd66ba81ea525acc60556121c.tar.gz |
xdpyinfo: remove libXxf86misc inclusion
xdpyinfo compiles without it, and the server side support code was
removed 11 years ago.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdpyinfo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index 21e57fe65ee..1026ddaa7a3 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2019/03/20 12:09:14 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2019/11/24 21:57:31 wiz Exp $ DISTNAME= xdpyinfo-1.3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,5 @@ USE_TOOLS+= pkg-config .include "../../x11/libXrender/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" -.include "../../x11/libXxf86misc/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |