diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-23 10:28:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-23 10:28:47 +0000 |
commit | 46d82eb439f8ea3e1c9f741110deed2380421415 (patch) | |
tree | d0f0af6c6bb58010af3189016acafd7542cc9b9c | |
parent | cd8f67c88072df63d0ed6ffcac78568837562876 (diff) | |
download | pkgsrc-46d82eb439f8ea3e1c9f741110deed2380421415.tar.gz |
Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.
-rw-r--r-- | audio/pulseaudio/Makefile | 3 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 3 | ||||
-rw-r--r-- | x11/libfakekey/Makefile | 3 | ||||
-rw-r--r-- | x11/xev/Makefile | 3 | ||||
-rw-r--r-- | x11/xinput/Makefile | 3 | ||||
-rw-r--r-- | x11/xkbd/Makefile | 3 | ||||
-rw-r--r-- | x11/xrandr/Makefile | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 45065448145..6938fe51ad1 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/10/08 23:01:13 adam Exp $ +# $NetBSD: Makefile,v 1.64 2012/10/23 10:28:47 wiz Exp $ # NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de> @@ -140,6 +140,5 @@ BUILDLINK_API_DEPENDS.libsndfile+= libsndfile>=1.0.20 .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 2fcebe1bd4c..6966459675f 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2012/09/15 10:06:02 obache Exp $ +# $NetBSD: Makefile,v 1.89 2012/10/23 10:28:47 wiz Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} PKGREVISION= 20 @@ -59,6 +59,5 @@ post-configure: .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/libfakekey/Makefile b/x11/libfakekey/Makefile index bcbd4f51192..83209f61434 100644 --- a/x11/libfakekey/Makefile +++ b/x11/libfakekey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/23 10:28:47 wiz Exp $ # DISTNAME= libfakekey-0.1 @@ -20,5 +20,4 @@ PKGCONFIG_OVERRIDE+= libfakekey.pc.in .include "../../x11/libXtst/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xev/Makefile b/x11/xev/Makefile index bf8e7d0dd4f..f212e0a33c3 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/08/14 09:11:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/23 10:28:47 wiz Exp $ # DISTNAME= xev-1.2.0 @@ -21,7 +21,6 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXrandr/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index 63677790ec3..a13ee1971e2 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/06/15 23:06:08 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/23 10:28:48 wiz Exp $ # DISTNAME= xinput-1.5.2 @@ -19,6 +19,5 @@ BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.5 .include "../../x11/inputproto/buildlink3.mk" BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0 .include "../../x11/libXi/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xkbd/Makefile b/x11/xkbd/Makefile index 32534cbeb7c..26f5cece276 100644 --- a/x11/xkbd/Makefile +++ b/x11/xkbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/23 10:28:48 wiz Exp $ # DISTNAME= xkbd-0.8.5 @@ -21,5 +21,4 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 1d679b663c1..2d1eba20391 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/06/03 18:24:41 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/23 10:28:48 wiz Exp $ # DISTNAME= xrandr-1.3.5 @@ -28,5 +28,4 @@ BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2 .include "../../x11/libXrandr/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |