pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Don't try and use meanwhile package if...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3403e719def0
branches:  trunk
changeset: 521649:3403e719def0
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Nov 16 02:51:26 2006 +0000

description:
Don't try and use meanwhile package if it happens to find one installed
(from wip or elsewhere).  From Lars Nordlund on pkgsrc-users@

diffstat:

 net/kdenetwork3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c6b7dcf60386 -r 3403e719def0 net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Thu Nov 16 02:42:13 2006 +0000
+++ b/net/kdenetwork3/Makefile  Thu Nov 16 02:51:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2006/06/01 13:54:09 markd Exp $
+# $NetBSD: Makefile,v 1.55 2006/11/16 02:51:26 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 CATEGORIES=    net
@@ -24,6 +24,8 @@
 REPLACE.bash.new=      ${SH}
 REPLACE_FILES.bash=    krfb/krfb_httpd/krfb_httpd
 
+CONFIGURE_ARGS+=       --disable-meanwhile
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index