diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-20 21:09:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-20 21:09:48 +0000 |
commit | 402e8b7e214b880de6d40aa81016230e1b9c4e03 (patch) | |
tree | 6ec20b7a0bbf1149e7ac8a73612a9878dbfc26a9 /pkgtools | |
parent | d5037a7a81919800f0e5479449992cc22ca83ad7 (diff) | |
download | pkgsrc-402e8b7e214b880de6d40aa81016230e1b9c4e03.tar.gz |
x11-links: update to 0.21
Remove libXTrap reference.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/xorg.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 70b1aa80d0c..a7a74ce6f04 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.191 2019/07/10 22:36:49 rjs Exp $ +# $NetBSD: Makefile,v 1.192 2019/07/20 21:09:48 wiz Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -PKGNAME= x11-links-1.20 +PKGNAME= x11-links-1.21 CATEGORIES= pkgtools x11 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/pkgtools/x11-links/xorg.mk b/pkgtools/x11-links/xorg.mk index 35f6cd7e2d5..c40ab5f8ed9 100644 --- a/pkgtools/x11-links/xorg.mk +++ b/pkgtools/x11-links/xorg.mk @@ -1,4 +1,4 @@ -# $NetBSD: xorg.mk,v 1.33 2019/07/10 22:36:49 rjs Exp $ +# $NetBSD: xorg.mk,v 1.34 2019/07/20 21:09:48 wiz Exp $ # # This is for X.org, but use "xfree" files also. @@ -22,7 +22,6 @@ FILES_LIST= ${FILESDIR}/xorg .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXScrnSaver/buildlink3.mk" -.include "../../x11/libXTrap/buildlink3.mk" .include "../../x11/libXau/buildlink3.mk" .include "../../x11/libXcomposite/buildlink3.mk" .include "../../x11/libXcursor/buildlink3.mk" |