diff options
author | obache <obache@pkgsrc.org> | 2009-06-08 05:27:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-06-08 05:27:41 +0000 |
commit | 89d32f7f2781a5393fd8abbe44da7a33966502b9 (patch) | |
tree | ba1008ddb1ca81d62ebaba81b44e1d74cda3dd28 | |
parent | d0e01ff73919455075253bea94928759a4b86dca (diff) | |
download | pkgsrc-89d32f7f2781a5393fd8abbe44da7a33966502b9.tar.gz |
Require MesaLib>=7.1.0.
-rw-r--r-- | x11/modular-xorg-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index cb8447de9b8..5f1cf4987bf 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/06/07 11:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2009/06/08 05:27:41 obache Exp $ # DISTNAME= xorg-server-1.6.1.901 @@ -70,6 +70,7 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 FILE_MAN_SUFFIX=5 INSTALLATION_DIRS+= lib/xorg/modules/drivers lib/xorg/modules/input +BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.1.0 BUILDLINK_API_DEPENDS.compositeproto+= compositeproto>=0.4 BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=4.0 BUILDLINK_API_DEPENDS.glproto+= glproto>=1.4.9 |