diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-09 08:53:03 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-09 08:53:03 +0000 |
commit | 916188e4b8f910b1125d1c2ab233f495077d5b0e (patch) | |
tree | 9cc2673263675fb7ec53876945507f748550d8c0 /x11/xf86-video-vesa | |
parent | 7f6354c47d854cfc9fbfda7ab4ff11a261bf59cf (diff) | |
download | pkgsrc-916188e4b8f910b1125d1c2ab233f495077d5b0e.tar.gz |
Some drivers now have a build time dependency on libXext because
of xextproto -> libXext header rototil.
Diffstat (limited to 'x11/xf86-video-vesa')
-rw-r--r-- | x11/xf86-video-vesa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xf86-video-vesa/Makefile b/x11/xf86-video-vesa/Makefile index ed5e7155e32..e74b19eb21e 100644 --- a/x11/xf86-video-vesa/Makefile +++ b/x11/xf86-video-vesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/02/06 15:15:10 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2010/04/09 08:53:05 tnn Exp $ # DISTNAME= xf86-video-vesa-2.3.0 @@ -17,4 +17,6 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config .include "../../x11/modular-xorg-server/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXext?= build +.include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |