pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/digikam-doc Needs libXt to pass the X11 check...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c15e4e26bf2
branches:  trunk
changeset: 523671:5c15e4e26bf2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 11 10:01:01 2007 +0000

description:
Needs libXt to pass the X11 check. This shouldn't really have any
runtime dependencies, but leave that for a KDE maintainer to figure out.

diffstat:

 graphics/digikam-doc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r eb8c8971ee14 -r 5c15e4e26bf2 graphics/digikam-doc/Makefile
--- a/graphics/digikam-doc/Makefile     Thu Jan 11 09:41:04 2007 +0000
+++ b/graphics/digikam-doc/Makefile     Thu Jan 11 10:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/07/24 12:35:41 markd Exp $
+# $NetBSD: Makefile,v 1.10 2007/01/11 10:01:01 joerg Exp $
 
 DISTNAME=              digikam-doc-0.8.2
 CATEGORIES=            graphics kde
@@ -14,6 +14,9 @@
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index