diff options
author | obache <obache> | 2009-06-08 05:27:41 +0000 |
---|---|---|
committer | obache <obache> | 2009-06-08 05:27:41 +0000 |
commit | d8ffec6e3e1faebd0bd6a07c72f8e66009a0f66a (patch) | |
tree | ba1008ddb1ca81d62ebaba81b44e1d74cda3dd28 /x11/modular-xorg-server | |
parent | be223abed9b3c17b5fefa9f57bd77f756b368d4d (diff) | |
download | pkgsrc-d8ffec6e3e1faebd0bd6a07c72f8e66009a0f66a.tar.gz |
Require MesaLib>=7.1.0.
Diffstat (limited to 'x11/modular-xorg-server')
-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 |