Index: net/kdenetwork4/Makefile =================================================================== RCS file: /home/ncvs/ports/net/kdenetwork4/Makefile,v retrieving revision 1.145 diff -u -r1.145 Makefile --- net/kdenetwork4/Makefile 3 Jun 2009 11:02:06 -0000 1.145 +++ net/kdenetwork4/Makefile 28 Jul 2009 07:34:27 -0000 @@ -44,12 +44,12 @@ .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)