pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kdevelop This is a meta package so supress some ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/747ae34fe48b
branches:  trunk
changeset: 520384:747ae34fe48b
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Oct 20 20:06:46 2006 +0000

description:
This is a meta package so supress some more stages.  Fixes attempt
to do portability checks on nonexistant files.

diffstat:

 devel/kdevelop/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7d5a41a537ee -r 747ae34fe48b devel/kdevelop/Makefile
--- a/devel/kdevelop/Makefile   Fri Oct 20 19:18:45 2006 +0000
+++ b/devel/kdevelop/Makefile   Fri Oct 20 20:06:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2006/10/12 11:11:06 markd Exp $
+# $NetBSD: Makefile,v 1.63 2006/10/20 20:06:46 markd Exp $
 
 DISTNAME=      kdevelop-3.3.5
 CATEGORIES=    devel kde meta-pkgs
@@ -12,8 +12,11 @@
 DEPENDS+=      c-cpp-reference>=2.0.2nb4:../../devel/c-cpp-reference
 DEPENDS+=      kdbg>=1.2.5:../../devel/kdbg
 
-NO_CHECKSUM=   YES
-NO_BUILD=      YES
+EXTRACT_ONLY=  # empty
+NO_CHECKSUM=   yes
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+NO_MTREE=      yes
 
 do-install:    # empty
 



Home | Main Index | Thread Index | Old Index