pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 This needs libXprintUtil dependency. PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/231abc2ad0ec
branches:  trunk
changeset: 540048:231abc2ad0ec
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Mar 24 11:51:58 2008 +0000

description:
This needs libXprintUtil dependency. PKGREVISION++

diffstat:

 x11/xlogo/Makefile |  4 +++-
 x11/xman/Makefile  |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 68827f126506 -r 231abc2ad0ec x11/xlogo/Makefile
--- a/x11/xlogo/Makefile        Mon Mar 24 11:42:09 2008 +0000
+++ b/x11/xlogo/Makefile        Mon Mar 24 11:51:58 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:13 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/24 11:51:58 xtraeme Exp $
 #
 
 DISTNAME=              xlogo-1.0.1
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/app/
 EXTRACT_SUFX=          .tar.bz2
@@ -19,5 +20,6 @@
 
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXprintUtil/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 68827f126506 -r 231abc2ad0ec x11/xman/Makefile
--- a/x11/xman/Makefile Mon Mar 24 11:42:09 2008 +0000
+++ b/x11/xman/Makefile Mon Mar 24 11:51:58 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2007/08/15 21:45:51 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/03/24 12:00:29 xtraeme Exp $
 #
 
 DISTNAME=              xman-1.0.3
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/app/
 EXTRACT_SUFX=          .tar.bz2
@@ -24,4 +25,5 @@
 .endif
 
 .include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXprintUtil/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index