diff options
Diffstat (limited to 'x11')
-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 3570bc5241b..661982ab661 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/09/12 07:08:22 bjs Exp $ +# $NetBSD: Makefile,v 1.19 2007/09/24 22:31:16 joerg Exp $ DISTNAME= xorg-server-1.3.0.0 PKGNAME= modular-${DISTNAME} @@ -59,6 +59,7 @@ DEPENDS+= xkbdata-[0-9]*:../../x11/xkbdata BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=4.0 BUILDLINK_API_DEPENDS.kbproto+= kbproto>=1.0.3 +BUILDLINK_API_DEPENDS.randrproto+= randrproto>=1.2.1 post-extract: ${CP} ${FILESDIR}/modeline2c.awk ${WRKSRC}/hw/xfree86/common |