From 7462f4c73d9287feae12cf017bac65f7fad7ed4c Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 9 Apr 2010 08:53:03 +0000 Subject: Some drivers now have a build time dependency on libXext because of xextproto -> libXext header rototil. --- x11/xf86-video-s3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/xf86-video-s3') diff --git a/x11/xf86-video-s3/Makefile b/x11/xf86-video-s3/Makefile index a1fe931eb03..2ef2319b336 100644 --- a/x11/xf86-video-s3/Makefile +++ b/x11/xf86-video-s3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/08/09 22:51:13 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/04/09 08:53:04 tnn Exp $ # DISTNAME= xf86-video-s3-0.6.3 @@ -20,5 +20,6 @@ USE_TOOLS+= pkg-config .include "../../x11/randrproto/buildlink3.mk" .include "../../x11/renderproto/buildlink3.mk" .include "../../x11/videoproto/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXext?= build +.include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3