From df0c79dd69c7fa48a9b554d113f93ba5e151a0df Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 28 Jul 2009 16:43:00 +0000 Subject: - Fix cross-build PR: 137199 Submitted by: Dima --- net/kdenetwork4/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/kdenetwork4') diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index d0481ef7f925..921415e3d83e 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -44,12 +44,12 @@ OPTIONS= XMMS "Enable XMMS Kopete nowlistening plugin" off .include -.if exists(/usr/sbin/pppd) -CMAKE_ARGS+= -DBUILD_kppp:BOOL=ON -PLIST_SUB+= KPPP="" -.else +.if ${OSVERSION} >= 800074 CMAKE_ARGS+= -DBUILD_kppp:BOOL=OFF PLIST_SUB+= KPPP="@comment " +.else +CMAKE_ARGS+= -DBUILD_kppp:BOOL=ON +PLIST_SUB+= KPPP="" .endif .if defined(WITH_XMMS) -- cgit v1.2.3