summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-11-16 02:51:26 +0000
committermarkd <markd@pkgsrc.org>2006-11-16 02:51:26 +0000
commit6c5fe3b5d93eafe4c2277cc9cd39ba5edc9d6dc8 (patch)
tree96de62e7eb5e12751e74f21f49e96c5f184fe6f4 /net/kdenetwork3
parent4beda37608b7a5d1cb4a64a396f6e76da3816700 (diff)
downloadpkgsrc-6c5fe3b5d93eafe4c2277cc9cd39ba5edc9d6dc8.tar.gz
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 (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index fb71a3714cf..0dc3da11483 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -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.old= /bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= krfb/krfb_httpd/krfb_httpd
+CONFIGURE_ARGS+= --disable-meanwhile
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"