summaryrefslogtreecommitdiff
path: root/x11/xorg-clients
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-29 15:06:59 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-29 15:06:59 +0000
commitaf0d9eaef2cbb76eab70d5981d7bb3244b379617 (patch)
tree0c7d770feab067d132558a185ba5bb6d37e26a29 /x11/xorg-clients
parent864f0934fe361d2e8a9de55a93d6371d6d81eaa3 (diff)
downloadpkgsrc-af0d9eaef2cbb76eab70d5981d7bb3244b379617.tar.gz
Make xorg-libs dependency explicit instead of including it indirectly
via xcursor->Xfixes. Bump revision. Noticed by tron@.
Diffstat (limited to 'x11/xorg-clients')
-rw-r--r--x11/xorg-clients/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile
index b60906422ac..4634fdb746f 100644
--- a/x11/xorg-clients/Makefile
+++ b/x11/xorg-clients/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2006/06/11 14:51:11 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2006/08/29 15:06:59 joerg Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-clients-${XORG_VER}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG}
DISTFILES= X11R${XORG_VER}-src1.tar.gz \
@@ -69,4 +69,5 @@ post-configure:
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/Xrandr/buildlink3.mk"
.include "../../x11/xcursor/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"