diff options
author | joerg <joerg> | 2007-08-09 18:49:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-09 18:49:31 +0000 |
commit | 2073bc2420347a2153052420a8297736edbd6e08 (patch) | |
tree | e7afa3156a68bc137247cd299671977f0bdccd90 /x11 | |
parent | ce8b064eb04e70c2f8c855f1289800c7ee76d077 (diff) | |
download | pkgsrc-2073bc2420347a2153052420a8297736edbd6e08.tar.gz |
Remove lbxutil dependency, the LBX support is gone. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 89724482391..b8475498f2c 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2007/08/06 11:09:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2007/08/09 18:49:31 joerg Exp $ DISTNAME= xorg-server-1.3.0.0 PKGNAME= modular-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/xserver/ EXTRACT_SUFX= .tar.bz2 @@ -85,7 +86,6 @@ BUILDLINK_API_DEPENDS.kbproto+= kbproto>=1.0.3 .include "../../x11/libXxf86misc/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" .include "../../x11/libdrm/buildlink3.mk" -.include "../../x11/liblbxutil/buildlink3.mk" .include "../../x11/libxkbfile/buildlink3.mk" .include "../../x11/libxkbui/buildlink3.mk" .include "../../x11/randrproto/buildlink3.mk" |