pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorg-clients Make xorg-libs dependency explicit in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c657c58fd1b
branches:  trunk
changeset: 518037:1c657c58fd1b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 29 15:06:59 2006 +0000

description:
Make xorg-libs dependency explicit instead of including it indirectly
via xcursor->Xfixes. Bump revision. Noticed by tron@.

diffstat:

 x11/xorg-clients/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c96ceea9ba0b -r 1c657c58fd1b x11/xorg-clients/Makefile
--- a/x11/xorg-clients/Makefile Tue Aug 29 14:11:23 2006 +0000
+++ b/x11/xorg-clients/Makefile Tue Aug 29 15:06:59 2006 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index